Shades of Caput Mortuum #5B1E10
Tints of Caput Mortuum #5B1E10
RGB
CMYK
RGB Variations
Color information
#5B1E10 (or 0x5B1E10) is known color: Caput Mortuum. HEX triplet: 5B, 1E and 10. RGB value is (91,30,16). Sum of RGB (Red+Green+Blue) = 91+30+16=137 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.42% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B1E10 is #A4E1EF. Grayscale: #2E2E2E. Windows color (decimal): -10805744 or 1056347. OLE color: 1056347.
HSL color Cylindrical-coordinate representation of color #5B1E10: hue angle of 11.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1E10 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 30 | 16 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.64 |
| HSL | 11.2º | 0.7% | 0.21% | - |
| HSV(B) | 11.2º | 0.82% | 0.36% | - |
| XYZ | 4.87 | 3.19 | 0.85 | - |
| YUV | 46.64 | 110.71 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 30 | 16 | 0 | 0.67 | 0.82 | 0.64 | 11.2 | 0.7 | 0.21 |
| Hex | 5B | 1E | 10 | 0 | 43 | 52 | 40 | B | 46 | 15 |
| Octal | 133 | 36 | 20 | 0 | 103 | 122 | 100 | 13 | 106 | 25 |
| Binary | 1011011 | 11110 | 10000 | 0 | 1000011 | 1010010 | 1000000 | 1011 | 1000110 | 10101 |
Color Harmonies of #5B1E10
Complementary color
Monochromatic Colors of #5B1E10
Black with #5B1E10
Text Example
Text Example
White with #5B1E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1E10; }
p { color: rgb(91,30,16); }
H1.HeaderClassName
{
color: #5B1E10;
}
.AnyTagClassName
{
color: #5B1E10;
}
</style>
background-color css
<style>
a { background-color: #5B1E10; }
a { background-color: rgb(91,30,16); }
div.DivClassName
{
background-color: #5B1E10;
}
.BgClassName
{
background-color: #5B1E10;
}
</style>
border-color css
<style>
span { border-color: #5B1E10; }
span { border-color: rgb(91,30,16); }
td.TdClassName
{
border-color: #5B1E10;
}
.TagClassName
{
border-color: #5B1E10;
}
</style>