Shades of Caput Mortuum #5E2215
Tints of Caput Mortuum #5E2215
RGB
CMYK
RGB Variations
Color information
#5E2215 (or 0x5E2215) is known color: Caput Mortuum. HEX triplet: 5E, 22 and 15. RGB value is (94,34,21). Sum of RGB (Red+Green+Blue) = 94+34+21=149 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.09% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2215 is #A1DDEA. Grayscale: #323232. Windows color (decimal): -10608107 or 1385054. OLE color: 1385054.
HSL color Cylindrical-coordinate representation of color #5E2215: hue angle of 10.68º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E2215 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 34 | 21 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.63 |
| HSL | 10.68º | 0.63% | 0.23% | - |
| HSV(B) | 10.68º | 0.78% | 0.37% | - |
| XYZ | 5.32 | 3.58 | 1.12 | - |
| YUV | 50.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 34 | 21 | 0 | 0.64 | 0.78 | 0.63 | 10.68 | 0.63 | 0.23 |
| Hex | 5E | 22 | 15 | 0 | 40 | 4E | 3F | B | 3F | 17 |
| Octal | 136 | 42 | 25 | 0 | 100 | 116 | 77 | 13 | 77 | 27 |
| Binary | 1011110 | 100010 | 10101 | 0 | 1000000 | 1001110 | 111111 | 1011 | 111111 | 10111 |
Color Harmonies of #5E2215
Complementary color
Monochromatic Colors of #5E2215
Black with #5E2215
Text Example
Text Example
White with #5E2215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2215; }
p { color: rgb(94,34,21); }
H1.HeaderClassName
{
color: #5E2215;
}
.AnyTagClassName
{
color: #5E2215;
}
</style>
background-color css
<style>
a { background-color: #5E2215; }
a { background-color: rgb(94,34,21); }
div.DivClassName
{
background-color: #5E2215;
}
.BgClassName
{
background-color: #5E2215;
}
</style>
border-color css
<style>
span { border-color: #5E2215; }
span { border-color: rgb(94,34,21); }
td.TdClassName
{
border-color: #5E2215;
}
.TagClassName
{
border-color: #5E2215;
}
</style>