Shades of Pompadour #66284C
Tints of Pompadour #66284C
RGB
CMYK
RGB Variations
Color information
#66284C (or 0x66284C) is known color: Pompadour. HEX triplet: 66, 28 and 4C. RGB value is (102,40,76). Sum of RGB (Red+Green+Blue) = 102+40+76=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #66284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66284C is #99D7B3. Grayscale: #3E3E3E. Windows color (decimal): -10082228 or 4991078. OLE color: 4991078.
HSL color Cylindrical-coordinate representation of color #66284C: hue angle of 325.16º 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 #66284C is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 40 | 76 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.6 |
| HSL | 325.16º | 0.44% | 0.28% | - |
| HSV(B) | 325.16º | 0.61% | 0.4% | - |
| XYZ | 7.54 | 4.86 | 7.38 | - |
| YUV | 62.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 76 | 0 | 0.61 | 0.25 | 0.6 | 325.16 | 0.44 | 0.28 |
| Hex | 66 | 28 | 4C | 0 | 3D | 19 | 3C | 145 | 2C | 1C |
| Octal | 146 | 50 | 114 | 0 | 75 | 31 | 74 | 505 | 54 | 34 |
| Binary | 1100110 | 101000 | 1001100 | 0 | 111101 | 11001 | 111100 | 101000101 | 101100 | 11100 |
Color Harmonies of #66284C
Complementary color
Monochromatic Colors of #66284C
Black with #66284C
Text Example
Text Example
White with #66284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66284C; }
p { color: rgb(102,40,76); }
H1.HeaderClassName
{
color: #66284C;
}
.AnyTagClassName
{
color: #66284C;
}
</style>
background-color css
<style>
a { background-color: #66284C; }
a { background-color: rgb(102,40,76); }
div.DivClassName
{
background-color: #66284C;
}
.BgClassName
{
background-color: #66284C;
}
</style>
border-color css
<style>
span { border-color: #66284C; }
span { border-color: rgb(102,40,76); }
td.TdClassName
{
border-color: #66284C;
}
.TagClassName
{
border-color: #66284C;
}
</style>