Shades of Pompadour #66194D
Tints of Pompadour #66194D
RGB
CMYK
RGB Variations
Color information
#66194D (or 0x66194D) is known color: Pompadour. HEX triplet: 66, 19 and 4D. RGB value is (102,25,77). Sum of RGB (Red+Green+Blue) = 102+25+77=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #66194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66194D is #99E6B2. Grayscale: #353535. Windows color (decimal): -10086067 or 5052774. OLE color: 5052774.
HSL color Cylindrical-coordinate representation of color #66194D: hue angle of 319.48º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66194D is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 25 | 77 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.6 |
| HSL | 319.48º | 0.61% | 0.25% | - |
| HSV(B) | 319.48º | 0.75% | 0.4% | - |
| XYZ | 7.17 | 4.06 | 7.43 | - |
| YUV | 53.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 77 | 0 | 0.75 | 0.25 | 0.6 | 319.48 | 0.61 | 0.25 |
| Hex | 66 | 19 | 4D | 0 | 4B | 19 | 3C | 13F | 3D | 19 |
| Octal | 146 | 31 | 115 | 0 | 113 | 31 | 74 | 477 | 75 | 31 |
| Binary | 1100110 | 11001 | 1001101 | 0 | 1001011 | 11001 | 111100 | 100111111 | 111101 | 11001 |
Color Harmonies of #66194D
Complementary color
Monochromatic Colors of #66194D
Black with #66194D
Text Example
Text Example
White with #66194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66194D; }
p { color: rgb(102,25,77); }
H1.HeaderClassName
{
color: #66194D;
}
.AnyTagClassName
{
color: #66194D;
}
</style>
background-color css
<style>
a { background-color: #66194D; }
a { background-color: rgb(102,25,77); }
div.DivClassName
{
background-color: #66194D;
}
.BgClassName
{
background-color: #66194D;
}
</style>
border-color css
<style>
span { border-color: #66194D; }
span { border-color: rgb(102,25,77); }
td.TdClassName
{
border-color: #66194D;
}
.TagClassName
{
border-color: #66194D;
}
</style>