Shades of Caput Mortuum #5E2111
Tints of Caput Mortuum #5E2111
RGB
CMYK
RGB Variations
Color information
#5E2111 (or 0x5E2111) is known color: Caput Mortuum. HEX triplet: 5E, 21 and 11. RGB value is (94,33,17). Sum of RGB (Red+Green+Blue) = 94+33+17=144 (19% of max value = 765). Red value is 94 (37.11% from 255 or 65.28% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2111 is #A1DEEE. Grayscale: #313131. Windows color (decimal): -10608367 or 1122654. OLE color: 1122654.
HSL color Cylindrical-coordinate representation of color #5E2111: hue angle of 12.47º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E2111 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 33 | 17 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.63 |
| HSL | 12.47º | 0.69% | 0.22% | - |
| HSV(B) | 12.47º | 0.82% | 0.37% | - |
| XYZ | 5.26 | 3.51 | 0.93 | - |
| YUV | 49.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 17 | 0 | 0.65 | 0.82 | 0.63 | 12.47 | 0.69 | 0.22 |
| Hex | 5E | 21 | 11 | 0 | 41 | 52 | 3F | C | 45 | 16 |
| Octal | 136 | 41 | 21 | 0 | 101 | 122 | 77 | 14 | 105 | 26 |
| Binary | 1011110 | 100001 | 10001 | 0 | 1000001 | 1010010 | 111111 | 1100 | 1000101 | 10110 |
Color Harmonies of #5E2111
Complementary color
Monochromatic Colors of #5E2111
Black with #5E2111
Text Example
Text Example
White with #5E2111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2111; }
p { color: rgb(94,33,17); }
H1.HeaderClassName
{
color: #5E2111;
}
.AnyTagClassName
{
color: #5E2111;
}
</style>
background-color css
<style>
a { background-color: #5E2111; }
a { background-color: rgb(94,33,17); }
div.DivClassName
{
background-color: #5E2111;
}
.BgClassName
{
background-color: #5E2111;
}
</style>
border-color css
<style>
span { border-color: #5E2111; }
span { border-color: rgb(94,33,17); }
td.TdClassName
{
border-color: #5E2111;
}
.TagClassName
{
border-color: #5E2111;
}
</style>