Shades of Pompadour #60254A
Tints of Pompadour #60254A
RGB
CMYK
RGB Variations
Color information
#60254A (or 0x60254A) is known color: Pompadour. HEX triplet: 60, 25 and 4A. RGB value is (96,37,74). Sum of RGB (Red+Green+Blue) = 96+37+74=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60254A is #9FDAB5. Grayscale: #3A3A3A. Windows color (decimal): -10476214 or 4859232. OLE color: 4859232.
HSL color Cylindrical-coordinate representation of color #60254A: hue angle of 322.37º 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 #60254A is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 74 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.62 |
| HSL | 322.37º | 0.44% | 0.26% | - |
| HSV(B) | 322.37º | 0.61% | 0.38% | - |
| XYZ | 6.72 | 4.3 | 6.96 | - |
| YUV | 58.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 74 | 0 | 0.61 | 0.23 | 0.62 | 322.37 | 0.44 | 0.26 |
| Hex | 60 | 25 | 4A | 0 | 3D | 17 | 3E | 142 | 2C | 1A |
| Octal | 140 | 45 | 112 | 0 | 75 | 27 | 76 | 502 | 54 | 32 |
| Binary | 1100000 | 100101 | 1001010 | 0 | 111101 | 10111 | 111110 | 101000010 | 101100 | 11010 |
Color Harmonies of #60254A
Complementary color
Monochromatic Colors of #60254A
Black with #60254A
Text Example
Text Example
White with #60254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60254A; }
p { color: rgb(96,37,74); }
H1.HeaderClassName
{
color: #60254A;
}
.AnyTagClassName
{
color: #60254A;
}
</style>
background-color css
<style>
a { background-color: #60254A; }
a { background-color: rgb(96,37,74); }
div.DivClassName
{
background-color: #60254A;
}
.BgClassName
{
background-color: #60254A;
}
</style>
border-color css
<style>
span { border-color: #60254A; }
span { border-color: rgb(96,37,74); }
td.TdClassName
{
border-color: #60254A;
}
.TagClassName
{
border-color: #60254A;
}
</style>