Shades of Pompadour #66164B
Tints of Pompadour #66164B
RGB
CMYK
RGB Variations
Color information
#66164B (or 0x66164B) is known color: Pompadour. HEX triplet: 66, 16 and 4B. RGB value is (102,22,75). Sum of RGB (Red+Green+Blue) = 102+22+75=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66164B is #99E9B4. Grayscale: #333333. Windows color (decimal): -10086837 or 4920934. OLE color: 4920934.
HSL color Cylindrical-coordinate representation of color #66164B: hue angle of 320.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66164B is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 22 | 75 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.6 |
| HSL | 320.25º | 0.65% | 0.24% | - |
| HSV(B) | 320.25º | 0.78% | 0.4% | - |
| XYZ | 7.04 | 3.91 | 7.04 | - |
| YUV | 51.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 75 | 0 | 0.78 | 0.26 | 0.6 | 320.25 | 0.65 | 0.24 |
| Hex | 66 | 16 | 4B | 0 | 4E | 1A | 3C | 140 | 41 | 18 |
| Octal | 146 | 26 | 113 | 0 | 116 | 32 | 74 | 500 | 101 | 30 |
| Binary | 1100110 | 10110 | 1001011 | 0 | 1001110 | 11010 | 111100 | 101000000 | 1000001 | 11000 |
Color Harmonies of #66164B
Complementary color
Monochromatic Colors of #66164B
Black with #66164B
Text Example
Text Example
White with #66164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66164B; }
p { color: rgb(102,22,75); }
H1.HeaderClassName
{
color: #66164B;
}
.AnyTagClassName
{
color: #66164B;
}
</style>
background-color css
<style>
a { background-color: #66164B; }
a { background-color: rgb(102,22,75); }
div.DivClassName
{
background-color: #66164B;
}
.BgClassName
{
background-color: #66164B;
}
</style>
border-color css
<style>
span { border-color: #66164B; }
span { border-color: rgb(102,22,75); }
td.TdClassName
{
border-color: #66164B;
}
.TagClassName
{
border-color: #66164B;
}
</style>