Shades of Caput Mortuum #5B291E
Tints of Caput Mortuum #5B291E
RGB
CMYK
RGB Variations
Color information
#5B291E (or 0x5B291E) is known color: Caput Mortuum. HEX triplet: 5B, 29 and 1E. RGB value is (91,41,30). Sum of RGB (Red+Green+Blue) = 91+41+30=162 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.17% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 91 - color contains mainly: red. Hex color #5B291E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B291E is #A4D6E1. Grayscale: #363636. Windows color (decimal): -10802914 or 1976667. OLE color: 1976667.
HSL color Cylindrical-coordinate representation of color #5B291E: hue angle of 10.82º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B291E is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 41 | 30 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.64 |
| HSL | 10.82º | 0.5% | 0.24% | - |
| HSV(B) | 10.82º | 0.67% | 0.36% | - |
| XYZ | 5.34 | 3.9 | 1.7 | - |
| YUV | 54.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 30 | 0 | 0.55 | 0.67 | 0.64 | 10.82 | 0.5 | 0.24 |
| Hex | 5B | 29 | 1E | 0 | 37 | 43 | 40 | B | 32 | 18 |
| Octal | 133 | 51 | 36 | 0 | 67 | 103 | 100 | 13 | 62 | 30 |
| Binary | 1011011 | 101001 | 11110 | 0 | 110111 | 1000011 | 1000000 | 1011 | 110010 | 11000 |
Color Harmonies of #5B291E
Complementary color
Monochromatic Colors of #5B291E
Black with #5B291E
Text Example
Text Example
White with #5B291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B291E; }
p { color: rgb(91,41,30); }
H1.HeaderClassName
{
color: #5B291E;
}
.AnyTagClassName
{
color: #5B291E;
}
</style>
background-color css
<style>
a { background-color: #5B291E; }
a { background-color: rgb(91,41,30); }
div.DivClassName
{
background-color: #5B291E;
}
.BgClassName
{
background-color: #5B291E;
}
</style>
border-color css
<style>
span { border-color: #5B291E; }
span { border-color: rgb(91,41,30); }
td.TdClassName
{
border-color: #5B291E;
}
.TagClassName
{
border-color: #5B291E;
}
</style>