Shades of Pompadour #602144
Tints of Pompadour #602144
RGB
CMYK
RGB Variations
Color information
#602144 (or 0x602144) is known color: Pompadour. HEX triplet: 60, 21 and 44. RGB value is (96,33,68). Sum of RGB (Red+Green+Blue) = 96+33+68=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #602144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602144 is #9FDEBB. Grayscale: #373737. Windows color (decimal): -10477244 or 4464992. OLE color: 4464992.
HSL color Cylindrical-coordinate representation of color #602144: hue angle of 326.67º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602144 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 33 | 68 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.62 |
| HSL | 326.67º | 0.49% | 0.25% | - |
| HSV(B) | 326.67º | 0.66% | 0.38% | - |
| XYZ | 6.41 | 3.99 | 5.9 | - |
| YUV | 55.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 68 | 0 | 0.66 | 0.29 | 0.62 | 326.67 | 0.49 | 0.25 |
| Hex | 60 | 21 | 44 | 0 | 42 | 1D | 3E | 147 | 31 | 19 |
| Octal | 140 | 41 | 104 | 0 | 102 | 35 | 76 | 507 | 61 | 31 |
| Binary | 1100000 | 100001 | 1000100 | 0 | 1000010 | 11101 | 111110 | 101000111 | 110001 | 11001 |
Color Harmonies of #602144
Complementary color
Monochromatic Colors of #602144
Black with #602144
Text Example
Text Example
White with #602144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602144; }
p { color: rgb(96,33,68); }
H1.HeaderClassName
{
color: #602144;
}
.AnyTagClassName
{
color: #602144;
}
</style>
background-color css
<style>
a { background-color: #602144; }
a { background-color: rgb(96,33,68); }
div.DivClassName
{
background-color: #602144;
}
.BgClassName
{
background-color: #602144;
}
</style>
border-color css
<style>
span { border-color: #602144; }
span { border-color: rgb(96,33,68); }
td.TdClassName
{
border-color: #602144;
}
.TagClassName
{
border-color: #602144;
}
</style>