Shades of Caput Mortuum #58210E
Tints of Caput Mortuum #58210E
RGB
CMYK
RGB Variations
Color information
#58210E (or 0x58210E) is known color: Caput Mortuum. HEX triplet: 58, 21 and 0E. RGB value is (88,33,14). Sum of RGB (Red+Green+Blue) = 88+33+14=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58210E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58210E is #A7DEF1. Grayscale: #2F2F2F. Windows color (decimal): -11001586 or 926040. OLE color: 926040.
HSL color Cylindrical-coordinate representation of color #58210E: hue angle of 15.41º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58210E is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 33 | 14 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.65 |
| HSL | 15.41º | 0.73% | 0.2% | - |
| HSV(B) | 15.41º | 0.84% | 0.35% | - |
| XYZ | 4.65 | 3.19 | 0.79 | - |
| YUV | 47.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 33 | 14 | 0 | 0.62 | 0.84 | 0.65 | 15.41 | 0.73 | 0.2 |
| Hex | 58 | 21 | E | 0 | 3E | 54 | 41 | F | 49 | 14 |
| Octal | 130 | 41 | 16 | 0 | 76 | 124 | 101 | 17 | 111 | 24 |
| Binary | 1011000 | 100001 | 1110 | 0 | 111110 | 1010100 | 1000001 | 1111 | 1001001 | 10100 |
Color Harmonies of #58210E
Complementary color
Monochromatic Colors of #58210E
Black with #58210E
Text Example
Text Example
White with #58210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58210E; }
p { color: rgb(88,33,14); }
H1.HeaderClassName
{
color: #58210E;
}
.AnyTagClassName
{
color: #58210E;
}
</style>
background-color css
<style>
a { background-color: #58210E; }
a { background-color: rgb(88,33,14); }
div.DivClassName
{
background-color: #58210E;
}
.BgClassName
{
background-color: #58210E;
}
</style>
border-color css
<style>
span { border-color: #58210E; }
span { border-color: rgb(88,33,14); }
td.TdClassName
{
border-color: #58210E;
}
.TagClassName
{
border-color: #58210E;
}
</style>