Shades of Pompadour #662849
Tints of Pompadour #662849
RGB
CMYK
RGB Variations
Color information
#662849 (or 0x662849) is known color: Pompadour. HEX triplet: 66, 28 and 49. RGB value is (102,40,73). Sum of RGB (Red+Green+Blue) = 102+40+73=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #662849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662849 is #99D7B6. Grayscale: #3E3E3E. Windows color (decimal): -10082231 or 4794470. OLE color: 4794470.
HSL color Cylindrical-coordinate representation of color #662849: hue angle of 328.06º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #662849 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 40 | 73 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.6 |
| HSL | 328.06º | 0.44% | 0.28% | - |
| HSV(B) | 328.06º | 0.61% | 0.4% | - |
| XYZ | 7.44 | 4.82 | 6.84 | - |
| YUV | 62.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 73 | 0 | 0.61 | 0.28 | 0.6 | 328.06 | 0.44 | 0.28 |
| Hex | 66 | 28 | 49 | 0 | 3D | 1C | 3C | 148 | 2C | 1C |
| Octal | 146 | 50 | 111 | 0 | 75 | 34 | 74 | 510 | 54 | 34 |
| Binary | 1100110 | 101000 | 1001001 | 0 | 111101 | 11100 | 111100 | 101001000 | 101100 | 11100 |
Color Harmonies of #662849
Complementary color
Monochromatic Colors of #662849
Black with #662849
Text Example
Text Example
White with #662849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662849; }
p { color: rgb(102,40,73); }
H1.HeaderClassName
{
color: #662849;
}
.AnyTagClassName
{
color: #662849;
}
</style>
background-color css
<style>
a { background-color: #662849; }
a { background-color: rgb(102,40,73); }
div.DivClassName
{
background-color: #662849;
}
.BgClassName
{
background-color: #662849;
}
</style>
border-color css
<style>
span { border-color: #662849; }
span { border-color: rgb(102,40,73); }
td.TdClassName
{
border-color: #662849;
}
.TagClassName
{
border-color: #662849;
}
</style>