Shades of Caput Mortuum #58241E
Tints of Caput Mortuum #58241E
RGB
CMYK
RGB Variations
Color information
#58241E (or 0x58241E) is known color: Caput Mortuum. HEX triplet: 58, 24 and 1E. RGB value is (88,36,30). Sum of RGB (Red+Green+Blue) = 88+36+30=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58241E is #A7DBE1. Grayscale: #323232. Windows color (decimal): -11000802 or 1975384. OLE color: 1975384.
HSL color Cylindrical-coordinate representation of color #58241E: hue angle of 6.21º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58241E is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 36 | 30 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.65 |
| HSL | 6.21º | 0.49% | 0.23% | - |
| HSV(B) | 6.21º | 0.66% | 0.35% | - |
| XYZ | 4.89 | 3.43 | 1.63 | - |
| YUV | 50.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 30 | 0 | 0.59 | 0.66 | 0.65 | 6.21 | 0.49 | 0.23 |
| Hex | 58 | 24 | 1E | 0 | 3B | 42 | 41 | 6 | 31 | 17 |
| Octal | 130 | 44 | 36 | 0 | 73 | 102 | 101 | 6 | 61 | 27 |
| Binary | 1011000 | 100100 | 11110 | 0 | 111011 | 1000010 | 1000001 | 110 | 110001 | 10111 |
Color Harmonies of #58241E
Complementary color
Monochromatic Colors of #58241E
Black with #58241E
Text Example
Text Example
White with #58241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58241E; }
p { color: rgb(88,36,30); }
H1.HeaderClassName
{
color: #58241E;
}
.AnyTagClassName
{
color: #58241E;
}
</style>
background-color css
<style>
a { background-color: #58241E; }
a { background-color: rgb(88,36,30); }
div.DivClassName
{
background-color: #58241E;
}
.BgClassName
{
background-color: #58241E;
}
</style>
border-color css
<style>
span { border-color: #58241E; }
span { border-color: rgb(88,36,30); }
td.TdClassName
{
border-color: #58241E;
}
.TagClassName
{
border-color: #58241E;
}
</style>