Shades of Caput Mortuum #5B261E
Tints of Caput Mortuum #5B261E
RGB
CMYK
RGB Variations
Color information
#5B261E (or 0x5B261E) is known color: Caput Mortuum. HEX triplet: 5B, 26 and 1E. RGB value is (91,38,30). Sum of RGB (Red+Green+Blue) = 91+38+30=159 (21% of max value = 765). Red value is 91 (35.94% from 255 or 57.23% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 91 - color contains mainly: red. Hex color #5B261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B261E is #A4D9E1. Grayscale: #353535. Windows color (decimal): -10803682 or 1975899. OLE color: 1975899.
HSL color Cylindrical-coordinate representation of color #5B261E: hue angle of 7.87º 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 #5B261E is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 38 | 30 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.64 |
| HSL | 7.87º | 0.5% | 0.24% | - |
| HSV(B) | 7.87º | 0.67% | 0.36% | - |
| XYZ | 5.24 | 3.7 | 1.67 | - |
| YUV | 52.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 30 | 0 | 0.58 | 0.67 | 0.64 | 7.87 | 0.5 | 0.24 |
| Hex | 5B | 26 | 1E | 0 | 3A | 43 | 40 | 8 | 32 | 18 |
| Octal | 133 | 46 | 36 | 0 | 72 | 103 | 100 | 10 | 62 | 30 |
| Binary | 1011011 | 100110 | 11110 | 0 | 111010 | 1000011 | 1000000 | 1000 | 110010 | 11000 |
Color Harmonies of #5B261E
Complementary color
Monochromatic Colors of #5B261E
Black with #5B261E
Text Example
Text Example
White with #5B261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B261E; }
p { color: rgb(91,38,30); }
H1.HeaderClassName
{
color: #5B261E;
}
.AnyTagClassName
{
color: #5B261E;
}
</style>
background-color css
<style>
a { background-color: #5B261E; }
a { background-color: rgb(91,38,30); }
div.DivClassName
{
background-color: #5B261E;
}
.BgClassName
{
background-color: #5B261E;
}
</style>
border-color css
<style>
span { border-color: #5B261E; }
span { border-color: rgb(91,38,30); }
td.TdClassName
{
border-color: #5B261E;
}
.TagClassName
{
border-color: #5B261E;
}
</style>