Shades of Caput Mortuum #602520
Tints of Caput Mortuum #602520
RGB
CMYK
RGB Variations
Color information
#602520 (or 0x602520) is known color: Caput Mortuum. HEX triplet: 60, 25 and 20. RGB value is (96,37,32). Sum of RGB (Red+Green+Blue) = 96+37+32=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #602520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602520 is #9FDADF. Grayscale: #363636. Windows color (decimal): -10476256 or 2106720. OLE color: 2106720.
HSL color Cylindrical-coordinate representation of color #602520: hue angle of 4.69º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602520 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 32 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.62 |
| HSL | 4.69º | 0.5% | 0.25% | - |
| HSV(B) | 4.69º | 0.67% | 0.38% | - |
| XYZ | 5.75 | 3.91 | 1.82 | - |
| YUV | 54.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 32 | 0 | 0.61 | 0.67 | 0.62 | 4.69 | 0.5 | 0.25 |
| Hex | 60 | 25 | 20 | 0 | 3D | 43 | 3E | 5 | 32 | 19 |
| Octal | 140 | 45 | 40 | 0 | 75 | 103 | 76 | 5 | 62 | 31 |
| Binary | 1100000 | 100101 | 100000 | 0 | 111101 | 1000011 | 111110 | 101 | 110010 | 11001 |
Color Harmonies of #602520
Complementary color
Monochromatic Colors of #602520
Black with #602520
Text Example
Text Example
White with #602520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602520; }
p { color: rgb(96,37,32); }
H1.HeaderClassName
{
color: #602520;
}
.AnyTagClassName
{
color: #602520;
}
</style>
background-color css
<style>
a { background-color: #602520; }
a { background-color: rgb(96,37,32); }
div.DivClassName
{
background-color: #602520;
}
.BgClassName
{
background-color: #602520;
}
</style>
border-color css
<style>
span { border-color: #602520; }
span { border-color: rgb(96,37,32); }
td.TdClassName
{
border-color: #602520;
}
.TagClassName
{
border-color: #602520;
}
</style>