Shades of Pompadour #66194B
Tints of Pompadour #66194B
RGB
CMYK
RGB Variations
Color information
#66194B (or 0x66194B) is known color: Pompadour. HEX triplet: 66, 19 and 4B. RGB value is (102,25,75). Sum of RGB (Red+Green+Blue) = 102+25+75=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #66194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66194B is #99E6B4. Grayscale: #353535. Windows color (decimal): -10086069 or 4921702. OLE color: 4921702.
HSL color Cylindrical-coordinate representation of color #66194B: hue angle of 321.04º 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 #66194B is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 25 | 75 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.6 |
| HSL | 321.04º | 0.61% | 0.25% | - |
| HSV(B) | 321.04º | 0.75% | 0.4% | - |
| XYZ | 7.1 | 4.03 | 7.06 | - |
| YUV | 53.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 75 | 0 | 0.75 | 0.26 | 0.6 | 321.04 | 0.61 | 0.25 |
| Hex | 66 | 19 | 4B | 0 | 4B | 1A | 3C | 141 | 3D | 19 |
| Octal | 146 | 31 | 113 | 0 | 113 | 32 | 74 | 501 | 75 | 31 |
| Binary | 1100110 | 11001 | 1001011 | 0 | 1001011 | 11010 | 111100 | 101000001 | 111101 | 11001 |
Color Harmonies of #66194B
Complementary color
Monochromatic Colors of #66194B
Black with #66194B
Text Example
Text Example
White with #66194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66194B; }
p { color: rgb(102,25,75); }
H1.HeaderClassName
{
color: #66194B;
}
.AnyTagClassName
{
color: #66194B;
}
</style>
background-color css
<style>
a { background-color: #66194B; }
a { background-color: rgb(102,25,75); }
div.DivClassName
{
background-color: #66194B;
}
.BgClassName
{
background-color: #66194B;
}
</style>
border-color css
<style>
span { border-color: #66194B; }
span { border-color: rgb(102,25,75); }
td.TdClassName
{
border-color: #66194B;
}
.TagClassName
{
border-color: #66194B;
}
</style>