Shades of Caput Mortuum #5E241A
Tints of Caput Mortuum #5E241A
RGB
CMYK
RGB Variations
Color information
#5E241A (or 0x5E241A) is known color: Caput Mortuum. HEX triplet: 5E, 24 and 1A. RGB value is (94,36,26). Sum of RGB (Red+Green+Blue) = 94+36+26=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E241A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E241A is #A1DBE5. Grayscale: #343434. Windows color (decimal): -10607590 or 1713246. OLE color: 1713246.
HSL color Cylindrical-coordinate representation of color #5E241A: hue angle of 8.82º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E241A is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 36 | 26 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.63 |
| HSL | 8.82º | 0.57% | 0.24% | - |
| HSV(B) | 8.82º | 0.72% | 0.37% | - |
| XYZ | 5.43 | 3.72 | 1.41 | - |
| YUV | 52.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 26 | 0 | 0.62 | 0.72 | 0.63 | 8.82 | 0.57 | 0.24 |
| Hex | 5E | 24 | 1A | 0 | 3E | 48 | 3F | 9 | 39 | 18 |
| Octal | 136 | 44 | 32 | 0 | 76 | 110 | 77 | 11 | 71 | 30 |
| Binary | 1011110 | 100100 | 11010 | 0 | 111110 | 1001000 | 111111 | 1001 | 111001 | 11000 |
Color Harmonies of #5E241A
Complementary color
Monochromatic Colors of #5E241A
Black with #5E241A
Text Example
Text Example
White with #5E241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E241A; }
p { color: rgb(94,36,26); }
H1.HeaderClassName
{
color: #5E241A;
}
.AnyTagClassName
{
color: #5E241A;
}
</style>
background-color css
<style>
a { background-color: #5E241A; }
a { background-color: rgb(94,36,26); }
div.DivClassName
{
background-color: #5E241A;
}
.BgClassName
{
background-color: #5E241A;
}
</style>
border-color css
<style>
span { border-color: #5E241A; }
span { border-color: rgb(94,36,26); }
td.TdClassName
{
border-color: #5E241A;
}
.TagClassName
{
border-color: #5E241A;
}
</style>