Shades of Caput Mortuum #5D210C
Tints of Caput Mortuum #5D210C
RGB
CMYK
RGB Variations
Color information
#5D210C (or 0x5D210C) is known color: Caput Mortuum. HEX triplet: 5D, 21 and 0C. RGB value is (93,33,12). Sum of RGB (Red+Green+Blue) = 93+33+12=138 (18% of max value = 765). Red value is 93 (36.72% from 255 or 67.39% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 93 - color contains mainly: red. Hex color #5D210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D210C is #A2DEF3. Grayscale: #303030. Windows color (decimal): -10673908 or 794973. OLE color: 794973.
HSL color Cylindrical-coordinate representation of color #5D210C: hue angle of 15.56º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D210C is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 33 | 12 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.64 |
| HSL | 15.56º | 0.77% | 0.21% | - |
| HSV(B) | 15.56º | 0.87% | 0.36% | - |
| XYZ | 5.12 | 3.44 | 0.74 | - |
| YUV | 48.55 | 107.38 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 12 | 0 | 0.65 | 0.87 | 0.64 | 15.56 | 0.77 | 0.21 |
| Hex | 5D | 21 | C | 0 | 41 | 57 | 40 | 10 | 4D | 15 |
| Octal | 135 | 41 | 14 | 0 | 101 | 127 | 100 | 20 | 115 | 25 |
| Binary | 1011101 | 100001 | 1100 | 0 | 1000001 | 1010111 | 1000000 | 10000 | 1001101 | 10101 |
Color Harmonies of #5D210C
Complementary color
Monochromatic Colors of #5D210C
Black with #5D210C
Text Example
Text Example
White with #5D210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D210C; }
p { color: rgb(93,33,12); }
H1.HeaderClassName
{
color: #5D210C;
}
.AnyTagClassName
{
color: #5D210C;
}
</style>
background-color css
<style>
a { background-color: #5D210C; }
a { background-color: rgb(93,33,12); }
div.DivClassName
{
background-color: #5D210C;
}
.BgClassName
{
background-color: #5D210C;
}
</style>
border-color css
<style>
span { border-color: #5D210C; }
span { border-color: rgb(93,33,12); }
td.TdClassName
{
border-color: #5D210C;
}
.TagClassName
{
border-color: #5D210C;
}
</style>