Shades of Caput Mortuum #58221A
Tints of Caput Mortuum #58221A
RGB
CMYK
RGB Variations
Color information
#58221A (or 0x58221A) is known color: Caput Mortuum. HEX triplet: 58, 22 and 1A. RGB value is (88,34,26). Sum of RGB (Red+Green+Blue) = 88+34+26=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #58221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58221A is #A7DDE5. Grayscale: #313131. Windows color (decimal): -11001318 or 1712728. OLE color: 1712728.
HSL color Cylindrical-coordinate representation of color #58221A: hue angle of 7.74º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58221A is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 34 | 26 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.65 |
| HSL | 7.74º | 0.54% | 0.22% | - |
| HSV(B) | 7.74º | 0.7% | 0.35% | - |
| XYZ | 4.78 | 3.29 | 1.36 | - |
| YUV | 49.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 26 | 0 | 0.61 | 0.70 | 0.65 | 7.74 | 0.54 | 0.22 |
| Hex | 58 | 22 | 1A | 0 | 3D | 46 | 41 | 8 | 36 | 16 |
| Octal | 130 | 42 | 32 | 0 | 75 | 106 | 101 | 10 | 66 | 26 |
| Binary | 1011000 | 100010 | 11010 | 0 | 111101 | 1000110 | 1000001 | 1000 | 110110 | 10110 |
Color Harmonies of #58221A
Complementary color
Monochromatic Colors of #58221A
Black with #58221A
Text Example
Text Example
White with #58221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58221A; }
p { color: rgb(88,34,26); }
H1.HeaderClassName
{
color: #58221A;
}
.AnyTagClassName
{
color: #58221A;
}
</style>
background-color css
<style>
a { background-color: #58221A; }
a { background-color: rgb(88,34,26); }
div.DivClassName
{
background-color: #58221A;
}
.BgClassName
{
background-color: #58221A;
}
</style>
border-color css
<style>
span { border-color: #58221A; }
span { border-color: rgb(88,34,26); }
td.TdClassName
{
border-color: #58221A;
}
.TagClassName
{
border-color: #58221A;
}
</style>