Shades of Pompadour #60184E
Tints of Pompadour #60184E
RGB
CMYK
RGB Variations
Color information
#60184E (or 0x60184E) is known color: Pompadour. HEX triplet: 60, 18 and 4E. RGB value is (96,24,78). Sum of RGB (Red+Green+Blue) = 96+24+78=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #60184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60184E is #9FE7B1. Grayscale: #333333. Windows color (decimal): -10479538 or 5118048. OLE color: 5118048.
HSL color Cylindrical-coordinate representation of color #60184E: hue angle of 315º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60184E is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 24 | 78 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.62 |
| HSL | 315º | 0.6% | 0.24% | - |
| HSV(B) | 315º | 0.75% | 0.38% | - |
| XYZ | 6.53 | 3.69 | 7.58 | - |
| YUV | 51.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 78 | 0 | 0.75 | 0.19 | 0.62 | 315 | 0.6 | 0.24 |
| Hex | 60 | 18 | 4E | 0 | 4B | 13 | 3E | 13B | 3C | 18 |
| Octal | 140 | 30 | 116 | 0 | 113 | 23 | 76 | 473 | 74 | 30 |
| Binary | 1100000 | 11000 | 1001110 | 0 | 1001011 | 10011 | 111110 | 100111011 | 111100 | 11000 |
Color Harmonies of #60184E
Complementary color
Monochromatic Colors of #60184E
Black with #60184E
Text Example
Text Example
White with #60184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60184E; }
p { color: rgb(96,24,78); }
H1.HeaderClassName
{
color: #60184E;
}
.AnyTagClassName
{
color: #60184E;
}
</style>
background-color css
<style>
a { background-color: #60184E; }
a { background-color: rgb(96,24,78); }
div.DivClassName
{
background-color: #60184E;
}
.BgClassName
{
background-color: #60184E;
}
</style>
border-color css
<style>
span { border-color: #60184E; }
span { border-color: rgb(96,24,78); }
td.TdClassName
{
border-color: #60184E;
}
.TagClassName
{
border-color: #60184E;
}
</style>