Shades of Caput Mortuum #5B1C0C
Tints of Caput Mortuum #5B1C0C
RGB
CMYK
RGB Variations
Color information
#5B1C0C (or 0x5B1C0C) is known color: Caput Mortuum. HEX triplet: 5B, 1C and 0C. RGB value is (91,28,12). Sum of RGB (Red+Green+Blue) = 91+28+12=131 (17% of max value = 765). Red value is 91 (35.94% from 255 or 69.47% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B1C0C is #A4E3F3. Grayscale: #2D2D2D. Windows color (decimal): -10806260 or 793691. OLE color: 793691.
HSL color Cylindrical-coordinate representation of color #5B1C0C: hue angle of 12.15º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B1C0C is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 28 | 12 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.64 |
| HSL | 12.15º | 0.77% | 0.2% | - |
| HSV(B) | 12.15º | 0.87% | 0.36% | - |
| XYZ | 4.8 | 3.08 | 0.69 | - |
| YUV | 45.01 | 109.37 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 28 | 12 | 0 | 0.69 | 0.87 | 0.64 | 12.15 | 0.77 | 0.2 |
| Hex | 5B | 1C | C | 0 | 45 | 57 | 40 | C | 4D | 14 |
| Octal | 133 | 34 | 14 | 0 | 105 | 127 | 100 | 14 | 115 | 24 |
| Binary | 1011011 | 11100 | 1100 | 0 | 1000101 | 1010111 | 1000000 | 1100 | 1001101 | 10100 |
Color Harmonies of #5B1C0C
Complementary color
Monochromatic Colors of #5B1C0C
Black with #5B1C0C
Text Example
Text Example
White with #5B1C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1C0C; }
p { color: rgb(91,28,12); }
H1.HeaderClassName
{
color: #5B1C0C;
}
.AnyTagClassName
{
color: #5B1C0C;
}
</style>
background-color css
<style>
a { background-color: #5B1C0C; }
a { background-color: rgb(91,28,12); }
div.DivClassName
{
background-color: #5B1C0C;
}
.BgClassName
{
background-color: #5B1C0C;
}
</style>
border-color css
<style>
span { border-color: #5B1C0C; }
span { border-color: rgb(91,28,12); }
td.TdClassName
{
border-color: #5B1C0C;
}
.TagClassName
{
border-color: #5B1C0C;
}
</style>