Shades of Pompadour #60153C
Tints of Pompadour #60153C
RGB
CMYK
RGB Variations
Color information
#60153C (or 0x60153C) is known color: Pompadour. HEX triplet: 60, 15 and 3C. RGB value is (96,21,60). Sum of RGB (Red+Green+Blue) = 96+21+60=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60153C is #9FEAC3. Grayscale: #2F2F2F. Windows color (decimal): -10480324 or 3937632. OLE color: 3937632.
HSL color Cylindrical-coordinate representation of color #60153C: hue angle of 328.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60153C is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 21 | 60 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.62 |
| HSL | 328.8º | 0.64% | 0.23% | - |
| HSV(B) | 328.8º | 0.78% | 0.38% | - |
| XYZ | 5.91 | 3.35 | 4.61 | - |
| YUV | 47.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 60 | 0 | 0.78 | 0.38 | 0.62 | 328.8 | 0.64 | 0.23 |
| Hex | 60 | 15 | 3C | 0 | 4E | 26 | 3E | 149 | 40 | 17 |
| Octal | 140 | 25 | 74 | 0 | 116 | 46 | 76 | 511 | 100 | 27 |
| Binary | 1100000 | 10101 | 111100 | 0 | 1001110 | 100110 | 111110 | 101001001 | 1000000 | 10111 |
Color Harmonies of #60153C
Complementary color
Monochromatic Colors of #60153C
Black with #60153C
Text Example
Text Example
White with #60153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60153C; }
p { color: rgb(96,21,60); }
H1.HeaderClassName
{
color: #60153C;
}
.AnyTagClassName
{
color: #60153C;
}
</style>
background-color css
<style>
a { background-color: #60153C; }
a { background-color: rgb(96,21,60); }
div.DivClassName
{
background-color: #60153C;
}
.BgClassName
{
background-color: #60153C;
}
</style>
border-color css
<style>
span { border-color: #60153C; }
span { border-color: rgb(96,21,60); }
td.TdClassName
{
border-color: #60153C;
}
.TagClassName
{
border-color: #60153C;
}
</style>