Shades of Pompadour #66294C
Tints of Pompadour #66294C
RGB
CMYK
RGB Variations
Color information
#66294C (or 0x66294C) is known color: Pompadour. HEX triplet: 66, 29 and 4C. RGB value is (102,41,76). Sum of RGB (Red+Green+Blue) = 102+41+76=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #66294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66294C is #99D6B3. Grayscale: #3F3F3F. Windows color (decimal): -10081972 or 4991334. OLE color: 4991334.
HSL color Cylindrical-coordinate representation of color #66294C: hue angle of 325.57º 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 #66294C is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 41 | 76 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.6 |
| HSL | 325.57º | 0.43% | 0.28% | - |
| HSV(B) | 325.57º | 0.6% | 0.4% | - |
| XYZ | 7.58 | 4.93 | 7.39 | - |
| YUV | 63.23 | 135.21 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 76 | 0 | 0.60 | 0.25 | 0.6 | 325.57 | 0.43 | 0.28 |
| Hex | 66 | 29 | 4C | 0 | 3C | 19 | 3C | 146 | 2B | 1C |
| Octal | 146 | 51 | 114 | 0 | 74 | 31 | 74 | 506 | 53 | 34 |
| Binary | 1100110 | 101001 | 1001100 | 0 | 111100 | 11001 | 111100 | 101000110 | 101011 | 11100 |
Color Harmonies of #66294C
Complementary color
Monochromatic Colors of #66294C
Black with #66294C
Text Example
Text Example
White with #66294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66294C; }
p { color: rgb(102,41,76); }
H1.HeaderClassName
{
color: #66294C;
}
.AnyTagClassName
{
color: #66294C;
}
</style>
background-color css
<style>
a { background-color: #66294C; }
a { background-color: rgb(102,41,76); }
div.DivClassName
{
background-color: #66294C;
}
.BgClassName
{
background-color: #66294C;
}
</style>
border-color css
<style>
span { border-color: #66294C; }
span { border-color: rgb(102,41,76); }
td.TdClassName
{
border-color: #66294C;
}
.TagClassName
{
border-color: #66294C;
}
</style>