Shades of Pompadour #60194B
Tints of Pompadour #60194B
RGB
CMYK
RGB Variations
Color information
#60194B (or 0x60194B) is known color: Pompadour. HEX triplet: 60, 19 and 4B. RGB value is (96,25,75). Sum of RGB (Red+Green+Blue) = 96+25+75=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #60194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60194B is #9FE6B4. Grayscale: #333333. Windows color (decimal): -10479285 or 4921696. OLE color: 4921696.
HSL color Cylindrical-coordinate representation of color #60194B: hue angle of 317.75º 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 #60194B is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 25 | 75 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.62 |
| HSL | 317.75º | 0.59% | 0.24% | - |
| HSV(B) | 317.75º | 0.74% | 0.38% | - |
| XYZ | 6.44 | 3.69 | 7.03 | - |
| YUV | 51.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 75 | 0 | 0.74 | 0.22 | 0.62 | 317.75 | 0.59 | 0.24 |
| Hex | 60 | 19 | 4B | 0 | 4A | 16 | 3E | 13E | 3B | 18 |
| Octal | 140 | 31 | 113 | 0 | 112 | 26 | 76 | 476 | 73 | 30 |
| Binary | 1100000 | 11001 | 1001011 | 0 | 1001010 | 10110 | 111110 | 100111110 | 111011 | 11000 |
Color Harmonies of #60194B
Complementary color
Monochromatic Colors of #60194B
Black with #60194B
Text Example
Text Example
White with #60194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60194B; }
p { color: rgb(96,25,75); }
H1.HeaderClassName
{
color: #60194B;
}
.AnyTagClassName
{
color: #60194B;
}
</style>
background-color css
<style>
a { background-color: #60194B; }
a { background-color: rgb(96,25,75); }
div.DivClassName
{
background-color: #60194B;
}
.BgClassName
{
background-color: #60194B;
}
</style>
border-color css
<style>
span { border-color: #60194B; }
span { border-color: rgb(96,25,75); }
td.TdClassName
{
border-color: #60194B;
}
.TagClassName
{
border-color: #60194B;
}
</style>