Shades of Caput Mortuum #58221E
Tints of Caput Mortuum #58221E
RGB
CMYK
RGB Variations
Color information
#58221E (or 0x58221E) is known color: Caput Mortuum. HEX triplet: 58, 22 and 1E. RGB value is (88,34,30). Sum of RGB (Red+Green+Blue) = 88+34+30=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58221E is #A7DDE1. Grayscale: #313131. Windows color (decimal): -11001314 or 1974872. OLE color: 1974872.
HSL color Cylindrical-coordinate representation of color #58221E: hue angle of 4.14º 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 #58221E is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 34 | 30 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.65 |
| HSL | 4.14º | 0.49% | 0.23% | - |
| HSV(B) | 4.14º | 0.66% | 0.35% | - |
| XYZ | 4.83 | 3.31 | 1.61 | - |
| YUV | 49.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 30 | 0 | 0.61 | 0.66 | 0.65 | 4.14 | 0.49 | 0.23 |
| Hex | 58 | 22 | 1E | 0 | 3D | 42 | 41 | 4 | 31 | 17 |
| Octal | 130 | 42 | 36 | 0 | 75 | 102 | 101 | 4 | 61 | 27 |
| Binary | 1011000 | 100010 | 11110 | 0 | 111101 | 1000010 | 1000001 | 100 | 110001 | 10111 |
Color Harmonies of #58221E
Complementary color
Monochromatic Colors of #58221E
Black with #58221E
Text Example
Text Example
White with #58221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58221E; }
p { color: rgb(88,34,30); }
H1.HeaderClassName
{
color: #58221E;
}
.AnyTagClassName
{
color: #58221E;
}
</style>
background-color css
<style>
a { background-color: #58221E; }
a { background-color: rgb(88,34,30); }
div.DivClassName
{
background-color: #58221E;
}
.BgClassName
{
background-color: #58221E;
}
</style>
border-color css
<style>
span { border-color: #58221E; }
span { border-color: rgb(88,34,30); }
td.TdClassName
{
border-color: #58221E;
}
.TagClassName
{
border-color: #58221E;
}
</style>