Shades of Pompadour #602444
Tints of Pompadour #602444
RGB
CMYK
RGB Variations
Color information
#602444 (or 0x602444) is known color: Pompadour. HEX triplet: 60, 24 and 44. RGB value is (96,36,68). Sum of RGB (Red+Green+Blue) = 96+36+68=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #602444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602444 is #9FDBBB. Grayscale: #393939. Windows color (decimal): -10476476 or 4465760. OLE color: 4465760.
HSL color Cylindrical-coordinate representation of color #602444: hue angle of 328º 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 #602444 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 36 | 68 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.62 |
| HSL | 328º | 0.45% | 0.26% | - |
| HSV(B) | 328º | 0.63% | 0.38% | - |
| XYZ | 6.5 | 4.17 | 5.93 | - |
| YUV | 57.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 68 | 0 | 0.62 | 0.29 | 0.62 | 328 | 0.45 | 0.26 |
| Hex | 60 | 24 | 44 | 0 | 3E | 1D | 3E | 148 | 2D | 1A |
| Octal | 140 | 44 | 104 | 0 | 76 | 35 | 76 | 510 | 55 | 32 |
| Binary | 1100000 | 100100 | 1000100 | 0 | 111110 | 11101 | 111110 | 101001000 | 101101 | 11010 |
Color Harmonies of #602444
Complementary color
Monochromatic Colors of #602444
Black with #602444
Text Example
Text Example
White with #602444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602444; }
p { color: rgb(96,36,68); }
H1.HeaderClassName
{
color: #602444;
}
.AnyTagClassName
{
color: #602444;
}
</style>
background-color css
<style>
a { background-color: #602444; }
a { background-color: rgb(96,36,68); }
div.DivClassName
{
background-color: #602444;
}
.BgClassName
{
background-color: #602444;
}
</style>
border-color css
<style>
span { border-color: #602444; }
span { border-color: rgb(96,36,68); }
td.TdClassName
{
border-color: #602444;
}
.TagClassName
{
border-color: #602444;
}
</style>