Shades of Pompadour #662D51
Tints of Pompadour #662D51
RGB
CMYK
RGB Variations
Color information
#662D51 (or 0x662D51) is known color: Pompadour. HEX triplet: 66, 2D and 51. RGB value is (102,45,81). Sum of RGB (Red+Green+Blue) = 102+45+81=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #662D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662D51 is #99D2AE. Grayscale: #424242. Windows color (decimal): -10080943 or 5320038. OLE color: 5320038.
HSL color Cylindrical-coordinate representation of color #662D51: hue angle of 322.11º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #662D51 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 81 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.6 |
| HSL | 322.11º | 0.39% | 0.29% | - |
| HSV(B) | 322.11º | 0.56% | 0.4% | - |
| XYZ | 7.9 | 5.3 | 8.39 | - |
| YUV | 66.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 81 | 0 | 0.56 | 0.21 | 0.6 | 322.11 | 0.39 | 0.29 |
| Hex | 66 | 2D | 51 | 0 | 38 | 15 | 3C | 142 | 27 | 1D |
| Octal | 146 | 55 | 121 | 0 | 70 | 25 | 74 | 502 | 47 | 35 |
| Binary | 1100110 | 101101 | 1010001 | 0 | 111000 | 10101 | 111100 | 101000010 | 100111 | 11101 |
Color Harmonies of #662D51
Complementary color
Monochromatic Colors of #662D51
Black with #662D51
Text Example
Text Example
White with #662D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D51; }
p { color: rgb(102,45,81); }
H1.HeaderClassName
{
color: #662D51;
}
.AnyTagClassName
{
color: #662D51;
}
</style>
background-color css
<style>
a { background-color: #662D51; }
a { background-color: rgb(102,45,81); }
div.DivClassName
{
background-color: #662D51;
}
.BgClassName
{
background-color: #662D51;
}
</style>
border-color css
<style>
span { border-color: #662D51; }
span { border-color: rgb(102,45,81); }
td.TdClassName
{
border-color: #662D51;
}
.TagClassName
{
border-color: #662D51;
}
</style>