Shades of Pompadour #602544
Tints of Pompadour #602544
RGB
CMYK
RGB Variations
Color information
#602544 (or 0x602544) is known color: Pompadour. HEX triplet: 60, 25 and 44. RGB value is (96,37,68). Sum of RGB (Red+Green+Blue) = 96+37+68=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #602544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602544 is #9FDABB. Grayscale: #3A3A3A. Windows color (decimal): -10476220 or 4466016. OLE color: 4466016.
HSL color Cylindrical-coordinate representation of color #602544: hue angle of 328.47º 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 #602544 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 68 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.62 |
| HSL | 328.47º | 0.44% | 0.26% | - |
| HSV(B) | 328.47º | 0.61% | 0.38% | - |
| XYZ | 6.53 | 4.23 | 5.94 | - |
| YUV | 58.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 68 | 0 | 0.61 | 0.29 | 0.62 | 328.47 | 0.44 | 0.26 |
| Hex | 60 | 25 | 44 | 0 | 3D | 1D | 3E | 148 | 2C | 1A |
| Octal | 140 | 45 | 104 | 0 | 75 | 35 | 76 | 510 | 54 | 32 |
| Binary | 1100000 | 100101 | 1000100 | 0 | 111101 | 11101 | 111110 | 101001000 | 101100 | 11010 |
Color Harmonies of #602544
Complementary color
Monochromatic Colors of #602544
Black with #602544
Text Example
Text Example
White with #602544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602544; }
p { color: rgb(96,37,68); }
H1.HeaderClassName
{
color: #602544;
}
.AnyTagClassName
{
color: #602544;
}
</style>
background-color css
<style>
a { background-color: #602544; }
a { background-color: rgb(96,37,68); }
div.DivClassName
{
background-color: #602544;
}
.BgClassName
{
background-color: #602544;
}
</style>
border-color css
<style>
span { border-color: #602544; }
span { border-color: rgb(96,37,68); }
td.TdClassName
{
border-color: #602544;
}
.TagClassName
{
border-color: #602544;
}
</style>