Shades of Caput Mortuum #5D2315
Tints of Caput Mortuum #5D2315
RGB
CMYK
RGB Variations
Color information
#5D2315 (or 0x5D2315) is known color: Caput Mortuum. HEX triplet: 5D, 23 and 15. RGB value is (93,35,21). Sum of RGB (Red+Green+Blue) = 93+35+21=149 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62.42% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2315 is #A2DCEA. Grayscale: #323232. Windows color (decimal): -10673387 or 1385309. OLE color: 1385309.
HSL color Cylindrical-coordinate representation of color #5D2315: hue angle of 11.67º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D2315 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 35 | 21 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.64 |
| HSL | 11.67º | 0.63% | 0.22% | - |
| HSV(B) | 11.67º | 0.77% | 0.36% | - |
| XYZ | 5.25 | 3.58 | 1.12 | - |
| YUV | 50.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 35 | 21 | 0 | 0.62 | 0.77 | 0.64 | 11.67 | 0.63 | 0.22 |
| Hex | 5D | 23 | 15 | 0 | 3E | 4D | 40 | C | 3F | 16 |
| Octal | 135 | 43 | 25 | 0 | 76 | 115 | 100 | 14 | 77 | 26 |
| Binary | 1011101 | 100011 | 10101 | 0 | 111110 | 1001101 | 1000000 | 1100 | 111111 | 10110 |
Color Harmonies of #5D2315
Complementary color
Monochromatic Colors of #5D2315
Black with #5D2315
Text Example
Text Example
White with #5D2315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2315; }
p { color: rgb(93,35,21); }
H1.HeaderClassName
{
color: #5D2315;
}
.AnyTagClassName
{
color: #5D2315;
}
</style>
background-color css
<style>
a { background-color: #5D2315; }
a { background-color: rgb(93,35,21); }
div.DivClassName
{
background-color: #5D2315;
}
.BgClassName
{
background-color: #5D2315;
}
</style>
border-color css
<style>
span { border-color: #5D2315; }
span { border-color: rgb(93,35,21); }
td.TdClassName
{
border-color: #5D2315;
}
.TagClassName
{
border-color: #5D2315;
}
</style>