Shades of Caput Mortuum #5B261D
Tints of Caput Mortuum #5B261D
RGB
CMYK
RGB Variations
Color information
#5B261D (or 0x5B261D) is known color: Caput Mortuum. HEX triplet: 5B, 26 and 1D. RGB value is (91,38,29). Sum of RGB (Red+Green+Blue) = 91+38+29=158 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.59% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 91 - color contains mainly: red. Hex color #5B261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B261D is #A4D9E2. Grayscale: #343434. Windows color (decimal): -10803683 or 1910363. OLE color: 1910363.
HSL color Cylindrical-coordinate representation of color #5B261D: hue angle of 8.71º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B261D is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 38 | 29 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.64 |
| HSL | 8.71º | 0.52% | 0.24% | - |
| HSV(B) | 8.71º | 0.68% | 0.36% | - |
| XYZ | 5.23 | 3.7 | 1.6 | - |
| YUV | 52.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 29 | 0 | 0.58 | 0.68 | 0.64 | 8.71 | 0.52 | 0.24 |
| Hex | 5B | 26 | 1D | 0 | 3A | 44 | 40 | 9 | 34 | 18 |
| Octal | 133 | 46 | 35 | 0 | 72 | 104 | 100 | 11 | 64 | 30 |
| Binary | 1011011 | 100110 | 11101 | 0 | 111010 | 1000100 | 1000000 | 1001 | 110100 | 11000 |
Color Harmonies of #5B261D
Complementary color
Monochromatic Colors of #5B261D
Black with #5B261D
Text Example
Text Example
White with #5B261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B261D; }
p { color: rgb(91,38,29); }
H1.HeaderClassName
{
color: #5B261D;
}
.AnyTagClassName
{
color: #5B261D;
}
</style>
background-color css
<style>
a { background-color: #5B261D; }
a { background-color: rgb(91,38,29); }
div.DivClassName
{
background-color: #5B261D;
}
.BgClassName
{
background-color: #5B261D;
}
</style>
border-color css
<style>
span { border-color: #5B261D; }
span { border-color: rgb(91,38,29); }
td.TdClassName
{
border-color: #5B261D;
}
.TagClassName
{
border-color: #5B261D;
}
</style>