Shades of Pompadour #60244C
Tints of Pompadour #60244C
RGB
CMYK
RGB Variations
Color information
#60244C (or 0x60244C) is known color: Pompadour. HEX triplet: 60, 24 and 4C. RGB value is (96,36,76). Sum of RGB (Red+Green+Blue) = 96+36+76=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60244C is #9FDBB3. Grayscale: #3A3A3A. Windows color (decimal): -10476468 or 4990048. OLE color: 4990048.
HSL color Cylindrical-coordinate representation of color #60244C: hue angle of 320º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60244C is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 36 | 76 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.62 |
| HSL | 320º | 0.45% | 0.26% | - |
| HSV(B) | 320º | 0.63% | 0.38% | - |
| XYZ | 6.76 | 4.27 | 7.31 | - |
| YUV | 58.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 76 | 0 | 0.62 | 0.21 | 0.62 | 320 | 0.45 | 0.26 |
| Hex | 60 | 24 | 4C | 0 | 3E | 15 | 3E | 140 | 2D | 1A |
| Octal | 140 | 44 | 114 | 0 | 76 | 25 | 76 | 500 | 55 | 32 |
| Binary | 1100000 | 100100 | 1001100 | 0 | 111110 | 10101 | 111110 | 101000000 | 101101 | 11010 |
Color Harmonies of #60244C
Complementary color
Monochromatic Colors of #60244C
Black with #60244C
Text Example
Text Example
White with #60244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60244C; }
p { color: rgb(96,36,76); }
H1.HeaderClassName
{
color: #60244C;
}
.AnyTagClassName
{
color: #60244C;
}
</style>
background-color css
<style>
a { background-color: #60244C; }
a { background-color: rgb(96,36,76); }
div.DivClassName
{
background-color: #60244C;
}
.BgClassName
{
background-color: #60244C;
}
</style>
border-color css
<style>
span { border-color: #60244C; }
span { border-color: rgb(96,36,76); }
td.TdClassName
{
border-color: #60244C;
}
.TagClassName
{
border-color: #60244C;
}
</style>