Shades of Caput Mortuum #5B2310
Tints of Caput Mortuum #5B2310
RGB
CMYK
RGB Variations
Color information
#5B2310 (or 0x5B2310) is known color: Caput Mortuum. HEX triplet: 5B, 23 and 10. RGB value is (91,35,16). Sum of RGB (Red+Green+Blue) = 91+35+16=142 (18% of max value = 765). Red value is 91 (35.94% from 255 or 64.08% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2310 is #A4DCEF. Grayscale: #313131. Windows color (decimal): -10804464 or 1057627. OLE color: 1057627.
HSL color Cylindrical-coordinate representation of color #5B2310: hue angle of 15.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 #5B2310 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 35 | 16 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.64 |
| HSL | 15.2º | 0.7% | 0.21% | - |
| HSV(B) | 15.2º | 0.82% | 0.36% | - |
| XYZ | 5.01 | 3.46 | 0.89 | - |
| YUV | 49.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 35 | 16 | 0 | 0.62 | 0.82 | 0.64 | 15.2 | 0.7 | 0.21 |
| Hex | 5B | 23 | 10 | 0 | 3E | 52 | 40 | F | 46 | 15 |
| Octal | 133 | 43 | 20 | 0 | 76 | 122 | 100 | 17 | 106 | 25 |
| Binary | 1011011 | 100011 | 10000 | 0 | 111110 | 1010010 | 1000000 | 1111 | 1000110 | 10101 |
Color Harmonies of #5B2310
Complementary color
Monochromatic Colors of #5B2310
Black with #5B2310
Text Example
Text Example
White with #5B2310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2310; }
p { color: rgb(91,35,16); }
H1.HeaderClassName
{
color: #5B2310;
}
.AnyTagClassName
{
color: #5B2310;
}
</style>
background-color css
<style>
a { background-color: #5B2310; }
a { background-color: rgb(91,35,16); }
div.DivClassName
{
background-color: #5B2310;
}
.BgClassName
{
background-color: #5B2310;
}
</style>
border-color css
<style>
span { border-color: #5B2310; }
span { border-color: rgb(91,35,16); }
td.TdClassName
{
border-color: #5B2310;
}
.TagClassName
{
border-color: #5B2310;
}
</style>