Shades of Pompadour #66184D
Tints of Pompadour #66184D
RGB
CMYK
RGB Variations
Color information
#66184D (or 0x66184D) is known color: Pompadour. HEX triplet: 66, 18 and 4D. RGB value is (102,24,77). Sum of RGB (Red+Green+Blue) = 102+24+77=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #66184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66184D is #99E7B2. Grayscale: #353535. Windows color (decimal): -10086323 or 5052518. OLE color: 5052518.
HSL color Cylindrical-coordinate representation of color #66184D: hue angle of 319.23º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66184D is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 77 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.6 |
| HSL | 319.23º | 0.62% | 0.25% | - |
| HSV(B) | 319.23º | 0.76% | 0.4% | - |
| XYZ | 7.15 | 4.01 | 7.42 | - |
| YUV | 53.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 77 | 0 | 0.76 | 0.25 | 0.6 | 319.23 | 0.62 | 0.25 |
| Hex | 66 | 18 | 4D | 0 | 4C | 19 | 3C | 13F | 3E | 19 |
| Octal | 146 | 30 | 115 | 0 | 114 | 31 | 74 | 477 | 76 | 31 |
| Binary | 1100110 | 11000 | 1001101 | 0 | 1001100 | 11001 | 111100 | 100111111 | 111110 | 11001 |
Color Harmonies of #66184D
Complementary color
Monochromatic Colors of #66184D
Black with #66184D
Text Example
Text Example
White with #66184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66184D; }
p { color: rgb(102,24,77); }
H1.HeaderClassName
{
color: #66184D;
}
.AnyTagClassName
{
color: #66184D;
}
</style>
background-color css
<style>
a { background-color: #66184D; }
a { background-color: rgb(102,24,77); }
div.DivClassName
{
background-color: #66184D;
}
.BgClassName
{
background-color: #66184D;
}
</style>
border-color css
<style>
span { border-color: #66184D; }
span { border-color: rgb(102,24,77); }
td.TdClassName
{
border-color: #66184D;
}
.TagClassName
{
border-color: #66184D;
}
</style>