Shades of Pompadour #66294E
Tints of Pompadour #66294E
RGB
CMYK
RGB Variations
Color information
#66294E (or 0x66294E) is known color: Pompadour. HEX triplet: 66, 29 and 4E. RGB value is (102,41,78). Sum of RGB (Red+Green+Blue) = 102+41+78=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #66294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66294E is #99D6B1. Grayscale: #3F3F3F. Windows color (decimal): -10081970 or 5122406. OLE color: 5122406.
HSL color Cylindrical-coordinate representation of color #66294E: hue angle of 323.61º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66294E is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 41 | 78 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.6 |
| HSL | 323.61º | 0.43% | 0.28% | - |
| HSV(B) | 323.61º | 0.6% | 0.4% | - |
| XYZ | 7.65 | 4.96 | 7.76 | - |
| YUV | 63.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 78 | 0 | 0.60 | 0.24 | 0.6 | 323.61 | 0.43 | 0.28 |
| Hex | 66 | 29 | 4E | 0 | 3C | 18 | 3C | 144 | 2B | 1C |
| Octal | 146 | 51 | 116 | 0 | 74 | 30 | 74 | 504 | 53 | 34 |
| Binary | 1100110 | 101001 | 1001110 | 0 | 111100 | 11000 | 111100 | 101000100 | 101011 | 11100 |
Color Harmonies of #66294E
Complementary color
Monochromatic Colors of #66294E
Black with #66294E
Text Example
Text Example
White with #66294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66294E; }
p { color: rgb(102,41,78); }
H1.HeaderClassName
{
color: #66294E;
}
.AnyTagClassName
{
color: #66294E;
}
</style>
background-color css
<style>
a { background-color: #66294E; }
a { background-color: rgb(102,41,78); }
div.DivClassName
{
background-color: #66294E;
}
.BgClassName
{
background-color: #66294E;
}
</style>
border-color css
<style>
span { border-color: #66294E; }
span { border-color: rgb(102,41,78); }
td.TdClassName
{
border-color: #66294E;
}
.TagClassName
{
border-color: #66294E;
}
</style>