Shades of Pompadour #66204E
Tints of Pompadour #66204E
RGB
CMYK
RGB Variations
Color information
#66204E (or 0x66204E) is known color: Pompadour. HEX triplet: 66, 20 and 4E. RGB value is (102,32,78). Sum of RGB (Red+Green+Blue) = 102+32+78=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66204E is #99DFB1. Grayscale: #3A3A3A. Windows color (decimal): -10084274 or 5120102. OLE color: 5120102.
HSL color Cylindrical-coordinate representation of color #66204E: hue angle of 320.57º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66204E is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 32 | 78 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.6 |
| HSL | 320.57º | 0.52% | 0.26% | - |
| HSV(B) | 320.57º | 0.69% | 0.4% | - |
| XYZ | 7.37 | 4.41 | 7.67 | - |
| YUV | 58.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 78 | 0 | 0.69 | 0.24 | 0.6 | 320.57 | 0.52 | 0.26 |
| Hex | 66 | 20 | 4E | 0 | 45 | 18 | 3C | 141 | 34 | 1A |
| Octal | 146 | 40 | 116 | 0 | 105 | 30 | 74 | 501 | 64 | 32 |
| Binary | 1100110 | 100000 | 1001110 | 0 | 1000101 | 11000 | 111100 | 101000001 | 110100 | 11010 |
Color Harmonies of #66204E
Complementary color
Monochromatic Colors of #66204E
Black with #66204E
Text Example
Text Example
White with #66204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66204E; }
p { color: rgb(102,32,78); }
H1.HeaderClassName
{
color: #66204E;
}
.AnyTagClassName
{
color: #66204E;
}
</style>
background-color css
<style>
a { background-color: #66204E; }
a { background-color: rgb(102,32,78); }
div.DivClassName
{
background-color: #66204E;
}
.BgClassName
{
background-color: #66204E;
}
</style>
border-color css
<style>
span { border-color: #66204E; }
span { border-color: rgb(102,32,78); }
td.TdClassName
{
border-color: #66204E;
}
.TagClassName
{
border-color: #66204E;
}
</style>