Shades of Pompadour #60194A
Tints of Pompadour #60194A
RGB
CMYK
RGB Variations
Color information
#60194A (or 0x60194A) is known color: Pompadour. HEX triplet: 60, 19 and 4A. RGB value is (96,25,74). Sum of RGB (Red+Green+Blue) = 96+25+74=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60194A is #9FE6B5. Grayscale: #333333. Windows color (decimal): -10479286 or 4856160. OLE color: 4856160.
HSL color Cylindrical-coordinate representation of color #60194A: hue angle of 318.59º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60194A is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 25 | 74 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.62 |
| HSL | 318.59º | 0.59% | 0.24% | - |
| HSV(B) | 318.59º | 0.74% | 0.38% | - |
| XYZ | 6.41 | 3.68 | 6.85 | - |
| YUV | 51.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 74 | 0 | 0.74 | 0.23 | 0.62 | 318.59 | 0.59 | 0.24 |
| Hex | 60 | 19 | 4A | 0 | 4A | 17 | 3E | 13F | 3B | 18 |
| Octal | 140 | 31 | 112 | 0 | 112 | 27 | 76 | 477 | 73 | 30 |
| Binary | 1100000 | 11001 | 1001010 | 0 | 1001010 | 10111 | 111110 | 100111111 | 111011 | 11000 |
Color Harmonies of #60194A
Complementary color
Monochromatic Colors of #60194A
Black with #60194A
Text Example
Text Example
White with #60194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60194A; }
p { color: rgb(96,25,74); }
H1.HeaderClassName
{
color: #60194A;
}
.AnyTagClassName
{
color: #60194A;
}
</style>
background-color css
<style>
a { background-color: #60194A; }
a { background-color: rgb(96,25,74); }
div.DivClassName
{
background-color: #60194A;
}
.BgClassName
{
background-color: #60194A;
}
</style>
border-color css
<style>
span { border-color: #60194A; }
span { border-color: rgb(96,25,74); }
td.TdClassName
{
border-color: #60194A;
}
.TagClassName
{
border-color: #60194A;
}
</style>