Shades of Caput Mortuum #602A22
Tints of Caput Mortuum #602A22
RGB
CMYK
RGB Variations
Color information
#602A22 (or 0x602A22) is known color: Caput Mortuum. HEX triplet: 60, 2A and 22. RGB value is (96,42,34). Sum of RGB (Red+Green+Blue) = 96+42+34=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #602A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602A22 is #9FD5DD. Grayscale: #393939. Windows color (decimal): -10474974 or 2239072. OLE color: 2239072.
HSL color Cylindrical-coordinate representation of color #602A22: hue angle of 7.74º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #602A22 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 42 | 34 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.62 |
| HSL | 7.74º | 0.48% | 0.25% | - |
| HSV(B) | 7.74º | 0.65% | 0.38% | - |
| XYZ | 5.94 | 4.26 | 2.02 | - |
| YUV | 57.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 34 | 0 | 0.56 | 0.65 | 0.62 | 7.74 | 0.48 | 0.25 |
| Hex | 60 | 2A | 22 | 0 | 38 | 41 | 3E | 8 | 30 | 19 |
| Octal | 140 | 52 | 42 | 0 | 70 | 101 | 76 | 10 | 60 | 31 |
| Binary | 1100000 | 101010 | 100010 | 0 | 111000 | 1000001 | 111110 | 1000 | 110000 | 11001 |
Color Harmonies of #602A22
Complementary color
Monochromatic Colors of #602A22
Black with #602A22
Text Example
Text Example
White with #602A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602A22; }
p { color: rgb(96,42,34); }
H1.HeaderClassName
{
color: #602A22;
}
.AnyTagClassName
{
color: #602A22;
}
</style>
background-color css
<style>
a { background-color: #602A22; }
a { background-color: rgb(96,42,34); }
div.DivClassName
{
background-color: #602A22;
}
.BgClassName
{
background-color: #602A22;
}
</style>
border-color css
<style>
span { border-color: #602A22; }
span { border-color: rgb(96,42,34); }
td.TdClassName
{
border-color: #602A22;
}
.TagClassName
{
border-color: #602A22;
}
</style>