Shades of Caput Mortuum #602213
Tints of Caput Mortuum #602213
RGB
CMYK
RGB Variations
Color information
#602213 (or 0x602213) is known color: Caput Mortuum. HEX triplet: 60, 22 and 13. RGB value is (96,34,19). Sum of RGB (Red+Green+Blue) = 96+34+19=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #602213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602213 is #9FDDEC. Grayscale: #323232. Windows color (decimal): -10477037 or 1253984. OLE color: 1253984.
HSL color Cylindrical-coordinate representation of color #602213: hue angle of 11.69º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602213 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 34 | 19 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.62 |
| HSL | 11.69º | 0.67% | 0.23% | - |
| HSV(B) | 11.69º | 0.8% | 0.38% | - |
| XYZ | 5.51 | 3.68 | 1.04 | - |
| YUV | 50.83 | 110.04 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 19 | 0 | 0.65 | 0.80 | 0.62 | 11.69 | 0.67 | 0.23 |
| Hex | 60 | 22 | 13 | 0 | 41 | 50 | 3E | C | 43 | 17 |
| Octal | 140 | 42 | 23 | 0 | 101 | 120 | 76 | 14 | 103 | 27 |
| Binary | 1100000 | 100010 | 10011 | 0 | 1000001 | 1010000 | 111110 | 1100 | 1000011 | 10111 |
Color Harmonies of #602213
Complementary color
Monochromatic Colors of #602213
Black with #602213
Text Example
Text Example
White with #602213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602213; }
p { color: rgb(96,34,19); }
H1.HeaderClassName
{
color: #602213;
}
.AnyTagClassName
{
color: #602213;
}
</style>
background-color css
<style>
a { background-color: #602213; }
a { background-color: rgb(96,34,19); }
div.DivClassName
{
background-color: #602213;
}
.BgClassName
{
background-color: #602213;
}
</style>
border-color css
<style>
span { border-color: #602213; }
span { border-color: rgb(96,34,19); }
td.TdClassName
{
border-color: #602213;
}
.TagClassName
{
border-color: #602213;
}
</style>