Shades of Caput Mortuum #5B1A07
Tints of Caput Mortuum #5B1A07
RGB
CMYK
RGB Variations
Color information
#5B1A07 (or 0x5B1A07) is known color: Caput Mortuum. HEX triplet: 5B, 1A and 07. RGB value is (91,26,7). Sum of RGB (Red+Green+Blue) = 91+26+7=124 (16% of max value = 765). Red value is 91 (35.94% from 255 or 73.39% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B1A07 is #A4E5F8. Grayscale: #2B2B2B. Windows color (decimal): -10806777 or 465499. OLE color: 465499.
HSL color Cylindrical-coordinate representation of color #5B1A07: hue angle of 13.57º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B1A07 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 26 | 7 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.64 |
| HSL | 13.57º | 0.86% | 0.19% | - |
| HSV(B) | 13.57º | 0.92% | 0.36% | - |
| XYZ | 4.72 | 2.98 | 0.53 | - |
| YUV | 43.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 26 | 7 | 0 | 0.71 | 0.92 | 0.64 | 13.57 | 0.86 | 0.19 |
| Hex | 5B | 1A | 7 | 0 | 47 | 5C | 40 | E | 56 | 13 |
| Octal | 133 | 32 | 7 | 0 | 107 | 134 | 100 | 16 | 126 | 23 |
| Binary | 1011011 | 11010 | 111 | 0 | 1000111 | 1011100 | 1000000 | 1110 | 1010110 | 10011 |
Color Harmonies of #5B1A07
Complementary color
Monochromatic Colors of #5B1A07
Black with #5B1A07
Text Example
Text Example
White with #5B1A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1A07; }
p { color: rgb(91,26,7); }
H1.HeaderClassName
{
color: #5B1A07;
}
.AnyTagClassName
{
color: #5B1A07;
}
</style>
background-color css
<style>
a { background-color: #5B1A07; }
a { background-color: rgb(91,26,7); }
div.DivClassName
{
background-color: #5B1A07;
}
.BgClassName
{
background-color: #5B1A07;
}
</style>
border-color css
<style>
span { border-color: #5B1A07; }
span { border-color: rgb(91,26,7); }
td.TdClassName
{
border-color: #5B1A07;
}
.TagClassName
{
border-color: #5B1A07;
}
</style>