Shades of Pompadour #60254C
Tints of Pompadour #60254C
RGB
CMYK
RGB Variations
Color information
#60254C (or 0x60254C) is known color: Pompadour. HEX triplet: 60, 25 and 4C. RGB value is (96,37,76). Sum of RGB (Red+Green+Blue) = 96+37+76=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60254C is #9FDAB3. Grayscale: #3A3A3A. Windows color (decimal): -10476212 or 4990304. OLE color: 4990304.
HSL color Cylindrical-coordinate representation of color #60254C: hue angle of 320.34º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60254C is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 76 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.62 |
| HSL | 320.34º | 0.44% | 0.26% | - |
| HSV(B) | 320.34º | 0.61% | 0.38% | - |
| XYZ | 6.79 | 4.33 | 7.32 | - |
| YUV | 59.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 76 | 0 | 0.61 | 0.21 | 0.62 | 320.34 | 0.44 | 0.26 |
| Hex | 60 | 25 | 4C | 0 | 3D | 15 | 3E | 140 | 2C | 1A |
| Octal | 140 | 45 | 114 | 0 | 75 | 25 | 76 | 500 | 54 | 32 |
| Binary | 1100000 | 100101 | 1001100 | 0 | 111101 | 10101 | 111110 | 101000000 | 101100 | 11010 |
Color Harmonies of #60254C
Complementary color
Monochromatic Colors of #60254C
Black with #60254C
Text Example
Text Example
White with #60254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60254C; }
p { color: rgb(96,37,76); }
H1.HeaderClassName
{
color: #60254C;
}
.AnyTagClassName
{
color: #60254C;
}
</style>
background-color css
<style>
a { background-color: #60254C; }
a { background-color: rgb(96,37,76); }
div.DivClassName
{
background-color: #60254C;
}
.BgClassName
{
background-color: #60254C;
}
</style>
border-color css
<style>
span { border-color: #60254C; }
span { border-color: rgb(96,37,76); }
td.TdClassName
{
border-color: #60254C;
}
.TagClassName
{
border-color: #60254C;
}
</style>