Shades of Caput Mortuum #58241D
Tints of Caput Mortuum #58241D
RGB
CMYK
RGB Variations
Color information
#58241D (or 0x58241D) is known color: Caput Mortuum. HEX triplet: 58, 24 and 1D. RGB value is (88,36,29). Sum of RGB (Red+Green+Blue) = 88+36+29=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #58241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58241D is #A7DBE2. Grayscale: #323232. Windows color (decimal): -11000803 or 1909848. OLE color: 1909848.
HSL color Cylindrical-coordinate representation of color #58241D: hue angle of 7.12º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58241D is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 36 | 29 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.65 |
| HSL | 7.12º | 0.5% | 0.23% | - |
| HSV(B) | 7.12º | 0.67% | 0.35% | - |
| XYZ | 4.88 | 3.43 | 1.57 | - |
| YUV | 50.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 29 | 0 | 0.59 | 0.67 | 0.65 | 7.12 | 0.5 | 0.23 |
| Hex | 58 | 24 | 1D | 0 | 3B | 43 | 41 | 7 | 32 | 17 |
| Octal | 130 | 44 | 35 | 0 | 73 | 103 | 101 | 7 | 62 | 27 |
| Binary | 1011000 | 100100 | 11101 | 0 | 111011 | 1000011 | 1000001 | 111 | 110010 | 10111 |
Color Harmonies of #58241D
Complementary color
Monochromatic Colors of #58241D
Black with #58241D
Text Example
Text Example
White with #58241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58241D; }
p { color: rgb(88,36,29); }
H1.HeaderClassName
{
color: #58241D;
}
.AnyTagClassName
{
color: #58241D;
}
</style>
background-color css
<style>
a { background-color: #58241D; }
a { background-color: rgb(88,36,29); }
div.DivClassName
{
background-color: #58241D;
}
.BgClassName
{
background-color: #58241D;
}
</style>
border-color css
<style>
span { border-color: #58241D; }
span { border-color: rgb(88,36,29); }
td.TdClassName
{
border-color: #58241D;
}
.TagClassName
{
border-color: #58241D;
}
</style>