Shades of Caput Mortuum #5E210D
Tints of Caput Mortuum #5E210D
RGB
CMYK
RGB Variations
Color information
#5E210D (or 0x5E210D) is known color: Caput Mortuum. HEX triplet: 5E, 21 and 0D. RGB value is (94,33,13). Sum of RGB (Red+Green+Blue) = 94+33+13=140 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.14% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 94 - color contains mainly: red. Hex color #5E210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E210D is #A1DEF2. Grayscale: #313131. Windows color (decimal): -10608371 or 860510. OLE color: 860510.
HSL color Cylindrical-coordinate representation of color #5E210D: hue angle of 14.81º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E210D is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 33 | 13 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.63 |
| HSL | 14.81º | 0.76% | 0.21% | - |
| HSV(B) | 14.81º | 0.86% | 0.37% | - |
| XYZ | 5.23 | 3.5 | 0.78 | - |
| YUV | 48.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 13 | 0 | 0.65 | 0.86 | 0.63 | 14.81 | 0.76 | 0.21 |
| Hex | 5E | 21 | D | 0 | 41 | 56 | 3F | F | 4C | 15 |
| Octal | 136 | 41 | 15 | 0 | 101 | 126 | 77 | 17 | 114 | 25 |
| Binary | 1011110 | 100001 | 1101 | 0 | 1000001 | 1010110 | 111111 | 1111 | 1001100 | 10101 |
Color Harmonies of #5E210D
Complementary color
Monochromatic Colors of #5E210D
Black with #5E210D
Text Example
Text Example
White with #5E210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E210D; }
p { color: rgb(94,33,13); }
H1.HeaderClassName
{
color: #5E210D;
}
.AnyTagClassName
{
color: #5E210D;
}
</style>
background-color css
<style>
a { background-color: #5E210D; }
a { background-color: rgb(94,33,13); }
div.DivClassName
{
background-color: #5E210D;
}
.BgClassName
{
background-color: #5E210D;
}
</style>
border-color css
<style>
span { border-color: #5E210D; }
span { border-color: rgb(94,33,13); }
td.TdClassName
{
border-color: #5E210D;
}
.TagClassName
{
border-color: #5E210D;
}
</style>