Shades of Caput Mortuum #582211
Tints of Caput Mortuum #582211
RGB
CMYK
RGB Variations
Color information
#582211 (or 0x582211) is known color: Caput Mortuum. HEX triplet: 58, 22 and 11. RGB value is (88,34,17). Sum of RGB (Red+Green+Blue) = 88+34+17=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #582211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582211 is #A7DDEE. Grayscale: #303030. Windows color (decimal): -11001327 or 1122904. OLE color: 1122904.
HSL color Cylindrical-coordinate representation of color #582211: hue angle of 14.37º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #582211 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 34 | 17 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.65 |
| HSL | 14.37º | 0.68% | 0.21% | - |
| HSV(B) | 14.37º | 0.81% | 0.35% | - |
| XYZ | 4.7 | 3.26 | 0.91 | - |
| YUV | 48.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 17 | 0 | 0.61 | 0.81 | 0.65 | 14.37 | 0.68 | 0.21 |
| Hex | 58 | 22 | 11 | 0 | 3D | 51 | 41 | E | 44 | 15 |
| Octal | 130 | 42 | 21 | 0 | 75 | 121 | 101 | 16 | 104 | 25 |
| Binary | 1011000 | 100010 | 10001 | 0 | 111101 | 1010001 | 1000001 | 1110 | 1000100 | 10101 |
Color Harmonies of #582211
Complementary color
Monochromatic Colors of #582211
Black with #582211
Text Example
Text Example
White with #582211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582211; }
p { color: rgb(88,34,17); }
H1.HeaderClassName
{
color: #582211;
}
.AnyTagClassName
{
color: #582211;
}
</style>
background-color css
<style>
a { background-color: #582211; }
a { background-color: rgb(88,34,17); }
div.DivClassName
{
background-color: #582211;
}
.BgClassName
{
background-color: #582211;
}
</style>
border-color css
<style>
span { border-color: #582211; }
span { border-color: rgb(88,34,17); }
td.TdClassName
{
border-color: #582211;
}
.TagClassName
{
border-color: #582211;
}
</style>