Shades of Pompadour #66194C
Tints of Pompadour #66194C
RGB
CMYK
RGB Variations
Color information
#66194C (or 0x66194C) is known color: Pompadour. HEX triplet: 66, 19 and 4C. RGB value is (102,25,76). Sum of RGB (Red+Green+Blue) = 102+25+76=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #66194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66194C is #99E6B3. Grayscale: #353535. Windows color (decimal): -10086068 or 4987238. OLE color: 4987238.
HSL color Cylindrical-coordinate representation of color #66194C: hue angle of 320.26º 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 #66194C is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 25 | 76 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.6 |
| HSL | 320.26º | 0.61% | 0.25% | - |
| HSV(B) | 320.26º | 0.75% | 0.4% | - |
| XYZ | 7.13 | 4.04 | 7.24 | - |
| YUV | 53.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 76 | 0 | 0.75 | 0.25 | 0.6 | 320.26 | 0.61 | 0.25 |
| Hex | 66 | 19 | 4C | 0 | 4B | 19 | 3C | 140 | 3D | 19 |
| Octal | 146 | 31 | 114 | 0 | 113 | 31 | 74 | 500 | 75 | 31 |
| Binary | 1100110 | 11001 | 1001100 | 0 | 1001011 | 11001 | 111100 | 101000000 | 111101 | 11001 |
Color Harmonies of #66194C
Complementary color
Monochromatic Colors of #66194C
Black with #66194C
Text Example
Text Example
White with #66194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66194C; }
p { color: rgb(102,25,76); }
H1.HeaderClassName
{
color: #66194C;
}
.AnyTagClassName
{
color: #66194C;
}
</style>
background-color css
<style>
a { background-color: #66194C; }
a { background-color: rgb(102,25,76); }
div.DivClassName
{
background-color: #66194C;
}
.BgClassName
{
background-color: #66194C;
}
</style>
border-color css
<style>
span { border-color: #66194C; }
span { border-color: rgb(102,25,76); }
td.TdClassName
{
border-color: #66194C;
}
.TagClassName
{
border-color: #66194C;
}
</style>