Shades of Pompadour #662A47
Tints of Pompadour #662A47
RGB
CMYK
RGB Variations
Color information
#662A47 (or 0x662A47) is known color: Pompadour. HEX triplet: 66, 2A and 47. RGB value is (102,42,71). Sum of RGB (Red+Green+Blue) = 102+42+71=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #662A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662A47 is #99D5B8. Grayscale: #3F3F3F. Windows color (decimal): -10081721 or 4663910. OLE color: 4663910.
HSL color Cylindrical-coordinate representation of color #662A47: hue angle of 331º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #662A47 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 71 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.6 |
| HSL | 331º | 0.42% | 0.28% | - |
| HSV(B) | 331º | 0.59% | 0.4% | - |
| XYZ | 7.44 | 4.94 | 6.52 | - |
| YUV | 63.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 71 | 0 | 0.59 | 0.30 | 0.6 | 331 | 0.42 | 0.28 |
| Hex | 66 | 2A | 47 | 0 | 3B | 1E | 3C | 14B | 2A | 1C |
| Octal | 146 | 52 | 107 | 0 | 73 | 36 | 74 | 513 | 52 | 34 |
| Binary | 1100110 | 101010 | 1000111 | 0 | 111011 | 11110 | 111100 | 101001011 | 101010 | 11100 |
Color Harmonies of #662A47
Complementary color
Monochromatic Colors of #662A47
Black with #662A47
Text Example
Text Example
White with #662A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A47; }
p { color: rgb(102,42,71); }
H1.HeaderClassName
{
color: #662A47;
}
.AnyTagClassName
{
color: #662A47;
}
</style>
background-color css
<style>
a { background-color: #662A47; }
a { background-color: rgb(102,42,71); }
div.DivClassName
{
background-color: #662A47;
}
.BgClassName
{
background-color: #662A47;
}
</style>
border-color css
<style>
span { border-color: #662A47; }
span { border-color: rgb(102,42,71); }
td.TdClassName
{
border-color: #662A47;
}
.TagClassName
{
border-color: #662A47;
}
</style>