Shades of Pompadour #662A51
Tints of Pompadour #662A51
RGB
CMYK
RGB Variations
Color information
#662A51 (or 0x662A51) is known color: Pompadour. HEX triplet: 66, 2A and 51. RGB value is (102,42,81). Sum of RGB (Red+Green+Blue) = 102+42+81=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #662A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662A51 is #99D5AE. Grayscale: #404040. Windows color (decimal): -10081711 or 5319270. OLE color: 5319270.
HSL color Cylindrical-coordinate representation of color #662A51: hue angle of 321º 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 #662A51 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 81 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.6 |
| HSL | 321º | 0.42% | 0.28% | - |
| HSV(B) | 321º | 0.59% | 0.4% | - |
| XYZ | 7.79 | 5.07 | 8.35 | - |
| YUV | 64.39 | 137.38 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 81 | 0 | 0.59 | 0.21 | 0.6 | 321 | 0.42 | 0.28 |
| Hex | 66 | 2A | 51 | 0 | 3B | 15 | 3C | 141 | 2A | 1C |
| Octal | 146 | 52 | 121 | 0 | 73 | 25 | 74 | 501 | 52 | 34 |
| Binary | 1100110 | 101010 | 1010001 | 0 | 111011 | 10101 | 111100 | 101000001 | 101010 | 11100 |
Color Harmonies of #662A51
Complementary color
Monochromatic Colors of #662A51
Black with #662A51
Text Example
Text Example
White with #662A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A51; }
p { color: rgb(102,42,81); }
H1.HeaderClassName
{
color: #662A51;
}
.AnyTagClassName
{
color: #662A51;
}
</style>
background-color css
<style>
a { background-color: #662A51; }
a { background-color: rgb(102,42,81); }
div.DivClassName
{
background-color: #662A51;
}
.BgClassName
{
background-color: #662A51;
}
</style>
border-color css
<style>
span { border-color: #662A51; }
span { border-color: rgb(102,42,81); }
td.TdClassName
{
border-color: #662A51;
}
.TagClassName
{
border-color: #662A51;
}
</style>