Shades of Caput Mortuum #5E281E
Tints of Caput Mortuum #5E281E
RGB
CMYK
RGB Variations
Color information
#5E281E (or 0x5E281E) is known color: Caput Mortuum. HEX triplet: 5E, 28 and 1E. RGB value is (94,40,30). Sum of RGB (Red+Green+Blue) = 94+40+30=164 (21% of max value = 765). Red value is 94 (37.11% from 255 or 57.32% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 94 - color contains mainly: red. Hex color #5E281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E281E is #A1D7E1. Grayscale: #373737. Windows color (decimal): -10606562 or 1976414. OLE color: 1976414.
HSL color Cylindrical-coordinate representation of color #5E281E: hue angle of 9.38º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E281E is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 40 | 30 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.63 |
| HSL | 9.38º | 0.52% | 0.24% | - |
| HSV(B) | 9.38º | 0.68% | 0.37% | - |
| XYZ | 5.61 | 3.99 | 1.7 | - |
| YUV | 55.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 40 | 30 | 0 | 0.57 | 0.68 | 0.63 | 9.38 | 0.52 | 0.24 |
| Hex | 5E | 28 | 1E | 0 | 39 | 44 | 3F | 9 | 34 | 18 |
| Octal | 136 | 50 | 36 | 0 | 71 | 104 | 77 | 11 | 64 | 30 |
| Binary | 1011110 | 101000 | 11110 | 0 | 111001 | 1000100 | 111111 | 1001 | 110100 | 11000 |
Color Harmonies of #5E281E
Complementary color
Monochromatic Colors of #5E281E
Black with #5E281E
Text Example
Text Example
White with #5E281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E281E; }
p { color: rgb(94,40,30); }
H1.HeaderClassName
{
color: #5E281E;
}
.AnyTagClassName
{
color: #5E281E;
}
</style>
background-color css
<style>
a { background-color: #5E281E; }
a { background-color: rgb(94,40,30); }
div.DivClassName
{
background-color: #5E281E;
}
.BgClassName
{
background-color: #5E281E;
}
</style>
border-color css
<style>
span { border-color: #5E281E; }
span { border-color: rgb(94,40,30); }
td.TdClassName
{
border-color: #5E281E;
}
.TagClassName
{
border-color: #5E281E;
}
</style>