Shades of Pompadour #66194E
Tints of Pompadour #66194E
RGB
CMYK
RGB Variations
Color information
#66194E (or 0x66194E) is known color: Pompadour. HEX triplet: 66, 19 and 4E. RGB value is (102,25,78). Sum of RGB (Red+Green+Blue) = 102+25+78=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #66194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66194E is #99E6B1. Grayscale: #353535. Windows color (decimal): -10086066 or 5118310. OLE color: 5118310.
HSL color Cylindrical-coordinate representation of color #66194E: hue angle of 318.7º 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 #66194E is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 25 | 78 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.6 |
| HSL | 318.7º | 0.61% | 0.25% | - |
| HSV(B) | 318.7º | 0.75% | 0.4% | - |
| XYZ | 7.2 | 4.07 | 7.61 | - |
| YUV | 54.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 78 | 0 | 0.75 | 0.24 | 0.6 | 318.7 | 0.61 | 0.25 |
| Hex | 66 | 19 | 4E | 0 | 4B | 18 | 3C | 13F | 3D | 19 |
| Octal | 146 | 31 | 116 | 0 | 113 | 30 | 74 | 477 | 75 | 31 |
| Binary | 1100110 | 11001 | 1001110 | 0 | 1001011 | 11000 | 111100 | 100111111 | 111101 | 11001 |
Color Harmonies of #66194E
Complementary color
Monochromatic Colors of #66194E
Black with #66194E
Text Example
Text Example
White with #66194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66194E; }
p { color: rgb(102,25,78); }
H1.HeaderClassName
{
color: #66194E;
}
.AnyTagClassName
{
color: #66194E;
}
</style>
background-color css
<style>
a { background-color: #66194E; }
a { background-color: rgb(102,25,78); }
div.DivClassName
{
background-color: #66194E;
}
.BgClassName
{
background-color: #66194E;
}
</style>
border-color css
<style>
span { border-color: #66194E; }
span { border-color: rgb(102,25,78); }
td.TdClassName
{
border-color: #66194E;
}
.TagClassName
{
border-color: #66194E;
}
</style>