Shades of Caput Mortuum #602A1A
Tints of Caput Mortuum #602A1A
RGB
CMYK
RGB Variations
Color information
#602A1A (or 0x602A1A) is known color: Caput Mortuum. HEX triplet: 60, 2A and 1A. RGB value is (96,42,26). Sum of RGB (Red+Green+Blue) = 96+42+26=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #602A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602A1A is #9FD5E5. Grayscale: #383838. Windows color (decimal): -10474982 or 1714784. OLE color: 1714784.
HSL color Cylindrical-coordinate representation of color #602A1A: hue angle of 13.71º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #602A1A is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 42 | 26 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.62 |
| HSL | 13.71º | 0.57% | 0.24% | - |
| HSV(B) | 13.71º | 0.73% | 0.38% | - |
| XYZ | 5.84 | 4.22 | 1.48 | - |
| YUV | 56.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 26 | 0 | 0.56 | 0.73 | 0.62 | 13.71 | 0.57 | 0.24 |
| Hex | 60 | 2A | 1A | 0 | 38 | 49 | 3E | E | 39 | 18 |
| Octal | 140 | 52 | 32 | 0 | 70 | 111 | 76 | 16 | 71 | 30 |
| Binary | 1100000 | 101010 | 11010 | 0 | 111000 | 1001001 | 111110 | 1110 | 111001 | 11000 |
Color Harmonies of #602A1A
Complementary color
Monochromatic Colors of #602A1A
Black with #602A1A
Text Example
Text Example
White with #602A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602A1A; }
p { color: rgb(96,42,26); }
H1.HeaderClassName
{
color: #602A1A;
}
.AnyTagClassName
{
color: #602A1A;
}
</style>
background-color css
<style>
a { background-color: #602A1A; }
a { background-color: rgb(96,42,26); }
div.DivClassName
{
background-color: #602A1A;
}
.BgClassName
{
background-color: #602A1A;
}
</style>
border-color css
<style>
span { border-color: #602A1A; }
span { border-color: rgb(96,42,26); }
td.TdClassName
{
border-color: #602A1A;
}
.TagClassName
{
border-color: #602A1A;
}
</style>