Shades of Pompadour #662A4A
Tints of Pompadour #662A4A
RGB
CMYK
RGB Variations
Color information
#662A4A (or 0x662A4A) is known color: Pompadour. HEX triplet: 66, 2A and 4A. RGB value is (102,42,74). Sum of RGB (Red+Green+Blue) = 102+42+74=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #662A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662A4A is #99D5B5. Grayscale: #3F3F3F. Windows color (decimal): -10081718 or 4860518. OLE color: 4860518.
HSL color Cylindrical-coordinate representation of color #662A4A: hue angle of 328º 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 #662A4A is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 74 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.6 |
| HSL | 328º | 0.42% | 0.28% | - |
| HSV(B) | 328º | 0.59% | 0.4% | - |
| XYZ | 7.54 | 4.98 | 7.04 | - |
| YUV | 63.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 74 | 0 | 0.59 | 0.27 | 0.6 | 328 | 0.42 | 0.28 |
| Hex | 66 | 2A | 4A | 0 | 3B | 1B | 3C | 148 | 2A | 1C |
| Octal | 146 | 52 | 112 | 0 | 73 | 33 | 74 | 510 | 52 | 34 |
| Binary | 1100110 | 101010 | 1001010 | 0 | 111011 | 11011 | 111100 | 101001000 | 101010 | 11100 |
Color Harmonies of #662A4A
Complementary color
Monochromatic Colors of #662A4A
Black with #662A4A
Text Example
Text Example
White with #662A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A4A; }
p { color: rgb(102,42,74); }
H1.HeaderClassName
{
color: #662A4A;
}
.AnyTagClassName
{
color: #662A4A;
}
</style>
background-color css
<style>
a { background-color: #662A4A; }
a { background-color: rgb(102,42,74); }
div.DivClassName
{
background-color: #662A4A;
}
.BgClassName
{
background-color: #662A4A;
}
</style>
border-color css
<style>
span { border-color: #662A4A; }
span { border-color: rgb(102,42,74); }
td.TdClassName
{
border-color: #662A4A;
}
.TagClassName
{
border-color: #662A4A;
}
</style>