Shades of Pompadour #602542
Tints of Pompadour #602542
RGB
CMYK
RGB Variations
Color information
#602542 (or 0x602542) is known color: Pompadour. HEX triplet: 60, 25 and 42. RGB value is (96,37,66). Sum of RGB (Red+Green+Blue) = 96+37+66=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #602542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602542 is #9FDABD. Grayscale: #393939. Windows color (decimal): -10476222 or 4334944. OLE color: 4334944.
HSL color Cylindrical-coordinate representation of color #602542: hue angle of 330.51º 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 #602542 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 66 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.62 |
| HSL | 330.51º | 0.44% | 0.26% | - |
| HSV(B) | 330.51º | 0.61% | 0.38% | - |
| XYZ | 6.47 | 4.2 | 5.62 | - |
| YUV | 57.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 66 | 0 | 0.61 | 0.31 | 0.62 | 330.51 | 0.44 | 0.26 |
| Hex | 60 | 25 | 42 | 0 | 3D | 1F | 3E | 14B | 2C | 1A |
| Octal | 140 | 45 | 102 | 0 | 75 | 37 | 76 | 513 | 54 | 32 |
| Binary | 1100000 | 100101 | 1000010 | 0 | 111101 | 11111 | 111110 | 101001011 | 101100 | 11010 |
Color Harmonies of #602542
Complementary color
Monochromatic Colors of #602542
Black with #602542
Text Example
Text Example
White with #602542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602542; }
p { color: rgb(96,37,66); }
H1.HeaderClassName
{
color: #602542;
}
.AnyTagClassName
{
color: #602542;
}
</style>
background-color css
<style>
a { background-color: #602542; }
a { background-color: rgb(96,37,66); }
div.DivClassName
{
background-color: #602542;
}
.BgClassName
{
background-color: #602542;
}
</style>
border-color css
<style>
span { border-color: #602542; }
span { border-color: rgb(96,37,66); }
td.TdClassName
{
border-color: #602542;
}
.TagClassName
{
border-color: #602542;
}
</style>