Shades of Pompadour #66154C
Tints of Pompadour #66154C
RGB
CMYK
RGB Variations
Color information
#66154C (or 0x66154C) is known color: Pompadour. HEX triplet: 66, 15 and 4C. RGB value is (102,21,76). Sum of RGB (Red+Green+Blue) = 102+21+76=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66154C is #99EAB3. Grayscale: #333333. Windows color (decimal): -10087092 or 4986214. OLE color: 4986214.
HSL color Cylindrical-coordinate representation of color #66154C: hue angle of 319.26º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66154C is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 21 | 76 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.6 |
| HSL | 319.26º | 0.66% | 0.24% | - |
| HSV(B) | 319.26º | 0.79% | 0.4% | - |
| XYZ | 7.05 | 3.88 | 7.22 | - |
| YUV | 51.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 21 | 76 | 0 | 0.79 | 0.25 | 0.6 | 319.26 | 0.66 | 0.24 |
| Hex | 66 | 15 | 4C | 0 | 4F | 19 | 3C | 13F | 42 | 18 |
| Octal | 146 | 25 | 114 | 0 | 117 | 31 | 74 | 477 | 102 | 30 |
| Binary | 1100110 | 10101 | 1001100 | 0 | 1001111 | 11001 | 111100 | 100111111 | 1000010 | 11000 |
Color Harmonies of #66154C
Complementary color
Monochromatic Colors of #66154C
Black with #66154C
Text Example
Text Example
White with #66154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66154C; }
p { color: rgb(102,21,76); }
H1.HeaderClassName
{
color: #66154C;
}
.AnyTagClassName
{
color: #66154C;
}
</style>
background-color css
<style>
a { background-color: #66154C; }
a { background-color: rgb(102,21,76); }
div.DivClassName
{
background-color: #66154C;
}
.BgClassName
{
background-color: #66154C;
}
</style>
border-color css
<style>
span { border-color: #66154C; }
span { border-color: rgb(102,21,76); }
td.TdClassName
{
border-color: #66154C;
}
.TagClassName
{
border-color: #66154C;
}
</style>