Shades of Caput Mortuum #58291C
Tints of Caput Mortuum #58291C
RGB
CMYK
RGB Variations
Color information
#58291C (or 0x58291C) is known color: Caput Mortuum. HEX triplet: 58, 29 and 1C. RGB value is (88,41,28). Sum of RGB (Red+Green+Blue) = 88+41+28=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #58291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58291C is #A7D6E3. Grayscale: #353535. Windows color (decimal): -10999524 or 1845592. OLE color: 1845592.
HSL color Cylindrical-coordinate representation of color #58291C: hue angle of 13º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58291C is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 41 | 28 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.65 |
| HSL | 13º | 0.52% | 0.23% | - |
| HSV(B) | 13º | 0.68% | 0.35% | - |
| XYZ | 5.03 | 3.74 | 1.56 | - |
| YUV | 53.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 28 | 0 | 0.53 | 0.68 | 0.65 | 13 | 0.52 | 0.23 |
| Hex | 58 | 29 | 1C | 0 | 35 | 44 | 41 | D | 34 | 17 |
| Octal | 130 | 51 | 34 | 0 | 65 | 104 | 101 | 15 | 64 | 27 |
| Binary | 1011000 | 101001 | 11100 | 0 | 110101 | 1000100 | 1000001 | 1101 | 110100 | 10111 |
Color Harmonies of #58291C
Complementary color
Monochromatic Colors of #58291C
Black with #58291C
Text Example
Text Example
White with #58291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58291C; }
p { color: rgb(88,41,28); }
H1.HeaderClassName
{
color: #58291C;
}
.AnyTagClassName
{
color: #58291C;
}
</style>
background-color css
<style>
a { background-color: #58291C; }
a { background-color: rgb(88,41,28); }
div.DivClassName
{
background-color: #58291C;
}
.BgClassName
{
background-color: #58291C;
}
</style>
border-color css
<style>
span { border-color: #58291C; }
span { border-color: rgb(88,41,28); }
td.TdClassName
{
border-color: #58291C;
}
.TagClassName
{
border-color: #58291C;
}
</style>