Information about Color Space

Enlarge picture
A comparison of different color spaces.
A color model is an abstract mathematical model describing the way colors can be represented as tuples of numbers, typically as three or four values or color components (e.g. RGB and CMYK are color models). However, a color model with no associated mapping function to an absolute color space is a more or less arbitrary color system with little connection to the requirements of any given application.

Adding a certain mapping function between the color model and a certain reference color space results in a definite "footprint" within the reference color space. This "footprint" is known as a gamut, and, in combination with the color model, defines a new color space. For example, Adobe RGB and sRGB are two different absolute color spaces, both based on the RGB model.

In the most generic sense of the definition above, color spaces can be defined without the use of a color model. These spaces, such as Pantone, are in effect a given set of names or numbers which are defined by the existence of a corresponding set of physical color swatches. This article focuses on the mathematical model concept.

Understanding the concept

Enlarge picture
A comparison of RGB and CMYK color models.


Most people have heard that a wide range of colors can be created by the primary colors red, blue, and yellow, if working with paints. Those colors then define a color space. We can specify the amount of red color as the X axis, the amount of blue as the Y axis, and the amount of yellow as the Z axis, giving us a three-dimensional space, wherein every possible color has a unique position.

However, this is not the only color space. For instance, when colors are displayed on a computer monitor, they are usually defined in the RGB (red, green and blue) color space. This is another way of making the same colors, and red, green and blue can be considered as the X, Y and Z axes. Another way of making the same colors is to use their hue (X axis), their saturation (Y axis), and their brightness (Z axis). This is called the HSV color space. Many color spaces can be represented as three-dimensional (X,Y,Z) values in this manner, but some have more, or fewer dimensions, and some cannot be represented in this way at all.

Notes

When formally defining a color space, the usual reference standard is the CIELAB or CIEXYZ color spaces, which were specifically designed to encompass all colors the average human can see. This is the most accurate color space but is too complex for everyday uses.

Since "color space" is a more specific term for a certain combination of a color model plus a color mapping function, the term "color space" tends to be used to also identify color models, since identifying a color space automatically identifies the associated color model. Informally, the two terms are often used interchangeably, though this is strictly incorrect. For example, although several specific color spaces are based on the RGB model, there is no such thing as the RGB color space.

Since any color space defines colors as a function of the absolute reference frame, color spaces, along with device profiling, allow reproducible representations of color, in both analogue and digital representations.

Color space density

The RGB color model is implemented in different ways, depending on the capabilities of the system used. By far the most common general-use incarnation as of 2006 is the 24-bit implementation, with 8 bits, or 256 discrete levels of color per channel. Any color space based on such a 24-bit RGB model is thus limited to a gamut of 256×256×256 ≈ 16.7 million colors. Some implementations use 16 bits per component, resulting in the same range with a greater density of distinct colors. This is especially important when working with wide-gamut color spaces (where most of the more common colors are located relatively close together), or when a large number of digital filtering algorithms are used consecutively. The same principle applies for any color spaces based on the same color model, but implemented in different bit depths.

Partial list of color spaces

CIE 1931 XYZ color space was one of the first attempts to produce a color space based on measurements of human color perception (earlier efforts were by James Clerk Maxwell, König & Dieterici, and Abney at Imperial College) [1] and it is the basis for almost all other color spaces. Derivatives of the CIE XYZ space include:
  • CIELUV color space - a modification to display color differences more conveniently, replacing:
  • CIE 1964 U*V*W* Uniform color space
  • CIELAB color space
Also related is the CIE 1964 supplementary standard observer, which was based on measurements over a larger field of view (10 degrees) than the 1931 XYZ color space, producing slightly different results.

Generic color models

Enlarge picture
Subtractive color mixing


RGB uses additive color mixing, because it describes what kind of light needs to be emitted to produce a given color. Light is added together to create form from out of the darkness. RGB stores individual values for red, green and blue. RGBA is RGB with an additional channel, alpha, to indicate transparency.

Common color spaces based on the RGB model include sRGB, Adobe RGB and Adobe Wide Gamut RGB.

CMYK uses subtractive color mixing used in the printing process, because it describes what kind of inks need to be applied so the light reflected from the substrate and through the inks produces a given color. One starts with a white substrate(canvas, page, etc), and uses ink to subtract color from white to create an image. CMYK stores ink values for cyan, magenta, yellow and black. There are many CMYK colorspaces for different sets of inks, substrates, and press characteristics (which change the dot gain or transfer function for each ink and thus change the appearance).

YIQ was formerly used in NTSC (North America, Japan and elsewhere) television broadcasts for historical reasons. This system stores a luminance value with two chrominance values, corresponding approximately to the amounts of blue and red in the color. It corresponds closely to the YUV scheme used in PAL (Australia, Europe, except France, which uses SECAM) television except that the YIQ color space is rotated 33° with respect to the YUV color space. The YDbDr scheme used by SECAM television is rotated in another way.

YPbPr is a scaled version of YUV. It is most commonly seen in its digital form, YCbCr, used widely in video and image compression schemes such as MPEG and JPEG.

xvYCC is a new international digital video color space standard published by the IEC (IEC 61966-2-4). It is based on the ITU BT.601 and BT.709 standards but extends the gamut beyond the R/G/B primaries specified in those standards.

HSV (hue, saturation, value), also known as HSB (hue, saturation, brightness) is often used by artists because it is often more natural to think about a color in terms of hue and saturation than in terms of additive or subtractive color components. HSV is a transformation of an RGB colorspace, and its components and colorimetry are relative to the RGB colorspace from which it was derived.

HSL (hue, saturation, lightness/luminance), also known as HLS or HSI (hue, saturation, intensity) is quite similar to HSV, with "lightness" replacing "brightness". The difference is that the brightness of a pure color is equal to the brightness of white, while the lightness of a pure color is equal to the lightness of a medium gray.

YBR (luminance, normalized red, normalized blue).

Commercial color spaces

Special-purpose color spaces

  • The RG Chromaticity space is used in Computer vision applications, and shows the color of light (red, yellow, green etc.), but not its intensity (dark, bright).

Obsolete color spaces

Early color spaces had two components. They largely ignored blue light because the added complexity of a 3-component process provided only a marginal increase in fidelity when compared to the jump from monochrome to 2-component color.

References

1. ^ William David Wright, "50 years of the 1931 CIE Standard Observer. Die Farbe, 29:4/6 (1981).
  • R. W. G. Hunt, The Reproduction of Colour in Photography, Printing & Television, 5th Ed. Fountain Press, England, 1995. ISBN 0-86343-381-2
  • Mark D. Fairchild, Color Appearance Models, Addison-Wesley, Reading, MA (1998). ISBN 0-201-63464-3
  • Charles A. Poynton, Introduction to Video Colour Spaces

See also

External links

A color model is an abstract mathematical model describing the way colors can be represented as tuples of numbers, typically as three or four values or color components. When this model is associated with a precise description of how the components are to be interpreted (viewing
..... Click the link for more information.
Color or colour[1] (see spelling differences) is the visual perceptual property corresponding in humans to the categories called red, yellow, blue, black, etc.
..... Click the link for more information.


In mathematics, a tuple is a finite sequence (also known as an "ordered list") of objects, each of a specified type. A tuple containing n objects is known as an "n-tuple".
..... Click the link for more information.
RGB color model is an additive model in which red, green, and blue (often used in additive light models) are combined in various ways to reproduce other colors. The name of the model and the abbreviation ‘RGB’ come from the three primary colors, red, green, and blue and
..... Click the link for more information.
CMYK (short for cyan, magenta, yellow, and key (black), and often referred to as process color or four color) is a subtractive color model, used in color printing, also used to describe the printing process itself.
..... Click the link for more information.
In color science, there are two meanings of the term absolute color space:
  • A color space in which the perceptual difference between colors is directly related to distances between colors as represented by points in the color space.

..... Click the link for more information.
gamut, or color gamut (pronounced /ˈgæmət/), is a certain complete subset of colors. The most common usage refers to the subset of colors which can be accurately represented in a given circumstance,
..... Click the link for more information.
Adobe RGB color space is an RGB color space developed by Adobe Systems in 1998. It was designed to encompass most of the colors achievable on CMYK color printers, but by using RGB primary colors on a device such as the computer display.
..... Click the link for more information.
sRGB is a standard RGB (Red Green Blue) color space created cooperatively by HP and Microsoft for use on monitors, printers, and the Internet. It was originally proposed in 1995 by Ralf Kuron of FOGRA as a pragmatic approach in connection to ICC.
..... Click the link for more information.
In color science, there are two meanings of the term absolute color space:
  • A color space in which the perceptual difference between colors is directly related to distances between colors as represented by points in the color space.

..... Click the link for more information.
Pantone Inc. is a corporation headquartered in Carlstadt, New Jersey, USA. The company is best known for its Pantone Matching System (PMS), a proprietary color space used in a variety of industries, primarily printing, though sometimes in the manufacture of colored
..... Click the link for more information.
Primary Colors: A Novel of Politics
Author Joe Klein
Country United States
Language English
Genre(s) Political novel
Publisher Random House
Publication date January 16, 1996
..... Click the link for more information.
coordinate system is a system for assigning an n-tuple of numbers or scalars to each point in an n-dimensional space. "Scalars" in many cases means real numbers, but, depending on context, can mean complex numbers or elements of some other commutative ring.
..... Click the link for more information.
Hue is one of the three main attributes of perceived color, in addition to lightness and chroma (or colorfulness). Hue is also one of the three dimensions in some colorspaces along with saturation, and brightness (also known as lightness or value).
..... Click the link for more information.
colorfulness, chroma, and saturation are related concepts referring to the intensity of a specific color. More technically, colorfulness is the perceived difference between the color of some stimulus and gray, chroma
..... Click the link for more information.
Brightness is an attribute of visual perception in which a source appears to emit a given amount of light. In other words, brightness is the perception elicited by the luminance of a visual target. This is a subjective attribute/property of an object being observed.
..... Click the link for more information.
HSL and HSV (also called HSB) are two related representations of points in an RGB color space, which attempt to describe perceptual color relationships more accurately than RGB, while remaining computationally simple.
..... Click the link for more information.
This article lacks historical information.
Please [ add it] if you can.
For more information, see Wikipedia:WikiProject Historical information.
Please remove this message once the article has been expanded.
..... Click the link for more information.
CIE 1931 XYZ color space (also known as CIE 1931 color space), created by the International Commission on Illumination (CIE) in 1931.

The human eye has receptors (called cone cells) for short (S), middle (M), and long (L) wavelengths.
..... Click the link for more information.
An analog or analogue signal is any time continuous signal where some time varying feature of the signal is a representation of some other time varying quantity. It differs from a digital signal in that small fluctuations in the signal are meaningful.
..... Click the link for more information.
A digital system is one that uses discrete values (often electrical voltages), representing numbers or non-numeric symbols such as letters or icons, for input, processing, transmission, storage, or display, rather than a continuous range of values (ie, as in an analog system).
..... Click the link for more information.
20th century - 21st century - 22nd century
1970s  1980s  1990s  - 2000s -  2010s  2020s  2030s
2003 2004 2005 - 2006 - 2007 2008 2009

2006 by topic:
News by month
Jan - Feb - Mar - Apr - May - Jun
..... Click the link for more information.
BIT is an acronym for:
  • Bannari amman Institute of Technology
  • Bangalore Institute of Technology
  • Beijing Institute of Technology
  • Benzisothiazolinone
  • Bilateral Investment Treaty
  • Bhilai Institute of Technology - Durg

..... Click the link for more information.
channel in this context is the grayscale image of the same size as a color image, made of just one of these primary colors. For instance, an image from a standard digital camera will have a red, green and blue channel. A grayscale image has just one channel.
..... Click the link for more information.
CIE 1931 XYZ color space (also known as CIE 1931 color space), created by the International Commission on Illumination (CIE) in 1931.

The human eye has receptors (called cone cells) for short (S), middle (M), and long (L) wavelengths.
..... Click the link for more information.
James Clerk Maxwell

James Clerk Maxwell
Born May 13 1831(1831--)
Edinburgh, Scotland
Died November 5 1879 (aged 48)
..... Click the link for more information.
Imperial College London (officially Imperial College of Science, Technology and Medicine) is a British university in London. Imperial's teaching and research have traditionally focused on science, engineering and medicine, although more recently its faculties in these areas
..... Click the link for more information.
In colorimetry, the CIE 1976 (L*, u*, v*) color space, also known as the CIELUV color space, is a color space adopted by the International Commission on Illumination (CIE) in 1976, as a simple-to-compute transformation of the 1931 CIE XYZ color
..... Click the link for more information.
This article lacks historical information.
Please [ add it] if you can.
For more information, see Wikipedia:WikiProject Historical information.
Please remove this message once the article has been expanded.
..... Click the link for more information.
An RGB color space is any additive color space based on the RGB color model. RGB is shorthand for Red, Green, Blue.

RGB is a convenient color model for computer graphics because the human visual system works in a way that is similar—though
..... Click the link for more information.


This article is copied from an article on Wikipedia.org - the free encyclopedia created and edited by online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of the wikipedia encyclopedia articles provide accurate and timely information please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.
Herod_Archelaus


page counter