Shades of Pompadour #66193A
Tints of Pompadour #66193A
RGB
CMYK
RGB Variations
Color information
#66193A (or 0x66193A) is known color: Pompadour. HEX triplet: 66, 19 and 3A. RGB value is (102,25,58). Sum of RGB (Red+Green+Blue) = 102+25+58=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #66193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66193A is #99E6C5. Grayscale: #333333. Windows color (decimal): -10086086 or 3807590. OLE color: 3807590.
HSL color Cylindrical-coordinate representation of color #66193A: hue angle of 334.29º 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 #66193A is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 25 | 58 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.6 |
| HSL | 334.29º | 0.61% | 0.25% | - |
| HSV(B) | 334.29º | 0.75% | 0.4% | - |
| XYZ | 6.59 | 3.83 | 4.39 | - |
| YUV | 51.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 58 | 0 | 0.75 | 0.43 | 0.6 | 334.29 | 0.61 | 0.25 |
| Hex | 66 | 19 | 3A | 0 | 4B | 2B | 3C | 14E | 3D | 19 |
| Octal | 146 | 31 | 72 | 0 | 113 | 53 | 74 | 516 | 75 | 31 |
| Binary | 1100110 | 11001 | 111010 | 0 | 1001011 | 101011 | 111100 | 101001110 | 111101 | 11001 |
Color Harmonies of #66193A
Complementary color
Monochromatic Colors of #66193A
Black with #66193A
Text Example
Text Example
White with #66193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66193A; }
p { color: rgb(102,25,58); }
H1.HeaderClassName
{
color: #66193A;
}
.AnyTagClassName
{
color: #66193A;
}
</style>
background-color css
<style>
a { background-color: #66193A; }
a { background-color: rgb(102,25,58); }
div.DivClassName
{
background-color: #66193A;
}
.BgClassName
{
background-color: #66193A;
}
</style>
border-color css
<style>
span { border-color: #66193A; }
span { border-color: rgb(102,25,58); }
td.TdClassName
{
border-color: #66193A;
}
.TagClassName
{
border-color: #66193A;
}
</style>