Shades of Caput Mortuum #5D2116
Tints of Caput Mortuum #5D2116
RGB
CMYK
RGB Variations
Color information
#5D2116 (or 0x5D2116) is known color: Caput Mortuum. HEX triplet: 5D, 21 and 16. RGB value is (93,33,22). Sum of RGB (Red+Green+Blue) = 93+33+22=148 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62.84% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2116 is #A2DEE9. Grayscale: #313131. Windows color (decimal): -10673898 or 1450333. OLE color: 1450333.
HSL color Cylindrical-coordinate representation of color #5D2116: hue angle of 9.3º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D2116 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 33 | 22 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.64 |
| HSL | 9.3º | 0.62% | 0.23% | - |
| HSV(B) | 9.3º | 0.76% | 0.36% | - |
| XYZ | 5.2 | 3.47 | 1.16 | - |
| YUV | 49.69 | 112.38 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 22 | 0 | 0.65 | 0.76 | 0.64 | 9.3 | 0.62 | 0.23 |
| Hex | 5D | 21 | 16 | 0 | 41 | 4C | 40 | 9 | 3E | 17 |
| Octal | 135 | 41 | 26 | 0 | 101 | 114 | 100 | 11 | 76 | 27 |
| Binary | 1011101 | 100001 | 10110 | 0 | 1000001 | 1001100 | 1000000 | 1001 | 111110 | 10111 |
Color Harmonies of #5D2116
Complementary color
Monochromatic Colors of #5D2116
Black with #5D2116
Text Example
Text Example
White with #5D2116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2116; }
p { color: rgb(93,33,22); }
H1.HeaderClassName
{
color: #5D2116;
}
.AnyTagClassName
{
color: #5D2116;
}
</style>
background-color css
<style>
a { background-color: #5D2116; }
a { background-color: rgb(93,33,22); }
div.DivClassName
{
background-color: #5D2116;
}
.BgClassName
{
background-color: #5D2116;
}
</style>
border-color css
<style>
span { border-color: #5D2116; }
span { border-color: rgb(93,33,22); }
td.TdClassName
{
border-color: #5D2116;
}
.TagClassName
{
border-color: #5D2116;
}
</style>