Shades of Caput Mortuum #5B1A04
Tints of Caput Mortuum #5B1A04
RGB
CMYK
RGB Variations
Color information
#5B1A04 (or 0x5B1A04) is known color: Caput Mortuum. HEX triplet: 5B, 1A and 04. RGB value is (91,26,4). Sum of RGB (Red+Green+Blue) = 91+26+4=121 (16% of max value = 765). Red value is 91 (35.94% from 255 or 75.21% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B1A04 is #A4E5FB. Grayscale: #2B2B2B. Windows color (decimal): -10806780 or 268891. OLE color: 268891.
HSL color Cylindrical-coordinate representation of color #5B1A04: hue angle of 15.17º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B1A04 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 26 | 4 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.64 |
| HSL | 15.17º | 0.92% | 0.19% | - |
| HSV(B) | 15.17º | 0.96% | 0.36% | - |
| XYZ | 4.71 | 2.97 | 0.44 | - |
| YUV | 42.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 26 | 4 | 0 | 0.71 | 0.96 | 0.64 | 15.17 | 0.92 | 0.19 |
| Hex | 5B | 1A | 4 | 0 | 47 | 60 | 40 | F | 5C | 13 |
| Octal | 133 | 32 | 4 | 0 | 107 | 140 | 100 | 17 | 134 | 23 |
| Binary | 1011011 | 11010 | 100 | 0 | 1000111 | 1100000 | 1000000 | 1111 | 1011100 | 10011 |
Color Harmonies of #5B1A04
Complementary color
Monochromatic Colors of #5B1A04
Black with #5B1A04
Text Example
Text Example
White with #5B1A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1A04; }
p { color: rgb(91,26,4); }
H1.HeaderClassName
{
color: #5B1A04;
}
.AnyTagClassName
{
color: #5B1A04;
}
</style>
background-color css
<style>
a { background-color: #5B1A04; }
a { background-color: rgb(91,26,4); }
div.DivClassName
{
background-color: #5B1A04;
}
.BgClassName
{
background-color: #5B1A04;
}
</style>
border-color css
<style>
span { border-color: #5B1A04; }
span { border-color: rgb(91,26,4); }
td.TdClassName
{
border-color: #5B1A04;
}
.TagClassName
{
border-color: #5B1A04;
}
</style>