Shades of Pompadour #60193A
Tints of Pompadour #60193A
RGB
CMYK
RGB Variations
Color information
#60193A (or 0x60193A) is known color: Pompadour. HEX triplet: 60, 19 and 3A. RGB value is (96,25,58). Sum of RGB (Red+Green+Blue) = 96+25+58=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60193A is #9FE6C5. Grayscale: #313131. Windows color (decimal): -10479302 or 3807584. OLE color: 3807584.
HSL color Cylindrical-coordinate representation of color #60193A: hue angle of 332.11º 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 #60193A is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 25 | 58 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.62 |
| HSL | 332.11º | 0.59% | 0.24% | - |
| HSV(B) | 332.11º | 0.74% | 0.38% | - |
| XYZ | 5.94 | 3.49 | 4.36 | - |
| YUV | 49.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 58 | 0 | 0.74 | 0.40 | 0.62 | 332.11 | 0.59 | 0.24 |
| Hex | 60 | 19 | 3A | 0 | 4A | 28 | 3E | 14C | 3B | 18 |
| Octal | 140 | 31 | 72 | 0 | 112 | 50 | 76 | 514 | 73 | 30 |
| Binary | 1100000 | 11001 | 111010 | 0 | 1001010 | 101000 | 111110 | 101001100 | 111011 | 11000 |
Color Harmonies of #60193A
Complementary color
Monochromatic Colors of #60193A
Black with #60193A
Text Example
Text Example
White with #60193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60193A; }
p { color: rgb(96,25,58); }
H1.HeaderClassName
{
color: #60193A;
}
.AnyTagClassName
{
color: #60193A;
}
</style>
background-color css
<style>
a { background-color: #60193A; }
a { background-color: rgb(96,25,58); }
div.DivClassName
{
background-color: #60193A;
}
.BgClassName
{
background-color: #60193A;
}
</style>
border-color css
<style>
span { border-color: #60193A; }
span { border-color: rgb(96,25,58); }
td.TdClassName
{
border-color: #60193A;
}
.TagClassName
{
border-color: #60193A;
}
</style>