Shades of Pompadour #66193E
Tints of Pompadour #66193E
RGB
CMYK
RGB Variations
Color information
#66193E (or 0x66193E) is known color: Pompadour. HEX triplet: 66, 19 and 3E. RGB value is (102,25,62). Sum of RGB (Red+Green+Blue) = 102+25+62=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #66193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66193E is #99E6C1. Grayscale: #343434. Windows color (decimal): -10086082 or 4069734. OLE color: 4069734.
HSL color Cylindrical-coordinate representation of color #66193E: hue angle of 331.17º 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 #66193E is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 25 | 62 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.6 |
| HSL | 331.17º | 0.61% | 0.25% | - |
| HSV(B) | 331.17º | 0.75% | 0.4% | - |
| XYZ | 6.7 | 3.87 | 4.95 | - |
| YUV | 52.24 | 133.51 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 62 | 0 | 0.75 | 0.39 | 0.6 | 331.17 | 0.61 | 0.25 |
| Hex | 66 | 19 | 3E | 0 | 4B | 27 | 3C | 14B | 3D | 19 |
| Octal | 146 | 31 | 76 | 0 | 113 | 47 | 74 | 513 | 75 | 31 |
| Binary | 1100110 | 11001 | 111110 | 0 | 1001011 | 100111 | 111100 | 101001011 | 111101 | 11001 |
Color Harmonies of #66193E
Complementary color
Monochromatic Colors of #66193E
Black with #66193E
Text Example
Text Example
White with #66193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66193E; }
p { color: rgb(102,25,62); }
H1.HeaderClassName
{
color: #66193E;
}
.AnyTagClassName
{
color: #66193E;
}
</style>
background-color css
<style>
a { background-color: #66193E; }
a { background-color: rgb(102,25,62); }
div.DivClassName
{
background-color: #66193E;
}
.BgClassName
{
background-color: #66193E;
}
</style>
border-color css
<style>
span { border-color: #66193E; }
span { border-color: rgb(102,25,62); }
td.TdClassName
{
border-color: #66193E;
}
.TagClassName
{
border-color: #66193E;
}
</style>