Shades of Caput Mortuum #581F12
Tints of Caput Mortuum #581F12
RGB
CMYK
RGB Variations
Color information
#581F12 (or 0x581F12) is known color: Caput Mortuum. HEX triplet: 58, 1F and 12. RGB value is (88,31,18). Sum of RGB (Red+Green+Blue) = 88+31+18=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #581F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581F12 is #A7E0ED. Grayscale: #2E2E2E. Windows color (decimal): -11002094 or 1187672. OLE color: 1187672.
HSL color Cylindrical-coordinate representation of color #581F12: hue angle of 11.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581F12 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 31 | 18 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.65 |
| HSL | 11.14º | 0.66% | 0.21% | - |
| HSV(B) | 11.14º | 0.8% | 0.35% | - |
| XYZ | 4.62 | 3.1 | 0.93 | - |
| YUV | 46.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 18 | 0 | 0.65 | 0.80 | 0.65 | 11.14 | 0.66 | 0.21 |
| Hex | 58 | 1F | 12 | 0 | 41 | 50 | 41 | B | 42 | 15 |
| Octal | 130 | 37 | 22 | 0 | 101 | 120 | 101 | 13 | 102 | 25 |
| Binary | 1011000 | 11111 | 10010 | 0 | 1000001 | 1010000 | 1000001 | 1011 | 1000010 | 10101 |
Color Harmonies of #581F12
Complementary color
Monochromatic Colors of #581F12
Black with #581F12
Text Example
Text Example
White with #581F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581F12; }
p { color: rgb(88,31,18); }
H1.HeaderClassName
{
color: #581F12;
}
.AnyTagClassName
{
color: #581F12;
}
</style>
background-color css
<style>
a { background-color: #581F12; }
a { background-color: rgb(88,31,18); }
div.DivClassName
{
background-color: #581F12;
}
.BgClassName
{
background-color: #581F12;
}
</style>
border-color css
<style>
span { border-color: #581F12; }
span { border-color: rgb(88,31,18); }
td.TdClassName
{
border-color: #581F12;
}
.TagClassName
{
border-color: #581F12;
}
</style>