Shades of Caput Mortuum #58221C
Tints of Caput Mortuum #58221C
RGB
CMYK
RGB Variations
Color information
#58221C (or 0x58221C) is known color: Caput Mortuum. HEX triplet: 58, 22 and 1C. RGB value is (88,34,28). Sum of RGB (Red+Green+Blue) = 88+34+28=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58221C is #A7DDE3. Grayscale: #313131. Windows color (decimal): -11001316 or 1843800. OLE color: 1843800.
HSL color Cylindrical-coordinate representation of color #58221C: hue angle of 6º 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 #58221C is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 34 | 28 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.65 |
| HSL | 6º | 0.52% | 0.23% | - |
| HSV(B) | 6º | 0.68% | 0.35% | - |
| XYZ | 4.81 | 3.3 | 1.48 | - |
| YUV | 49.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 28 | 0 | 0.61 | 0.68 | 0.65 | 6 | 0.52 | 0.23 |
| Hex | 58 | 22 | 1C | 0 | 3D | 44 | 41 | 6 | 34 | 17 |
| Octal | 130 | 42 | 34 | 0 | 75 | 104 | 101 | 6 | 64 | 27 |
| Binary | 1011000 | 100010 | 11100 | 0 | 111101 | 1000100 | 1000001 | 110 | 110100 | 10111 |
Color Harmonies of #58221C
Complementary color
Monochromatic Colors of #58221C
Black with #58221C
Text Example
Text Example
White with #58221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58221C; }
p { color: rgb(88,34,28); }
H1.HeaderClassName
{
color: #58221C;
}
.AnyTagClassName
{
color: #58221C;
}
</style>
background-color css
<style>
a { background-color: #58221C; }
a { background-color: rgb(88,34,28); }
div.DivClassName
{
background-color: #58221C;
}
.BgClassName
{
background-color: #58221C;
}
</style>
border-color css
<style>
span { border-color: #58221C; }
span { border-color: rgb(88,34,28); }
td.TdClassName
{
border-color: #58221C;
}
.TagClassName
{
border-color: #58221C;
}
</style>