Shades of Caput Mortuum #581F14
Tints of Caput Mortuum #581F14
RGB
CMYK
RGB Variations
Color information
#581F14 (or 0x581F14) is known color: Caput Mortuum. HEX triplet: 58, 1F and 14. RGB value is (88,31,20). Sum of RGB (Red+Green+Blue) = 88+31+20=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #581F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581F14 is #A7E0EB. Grayscale: #2E2E2E. Windows color (decimal): -11002092 or 1318744. OLE color: 1318744.
HSL color Cylindrical-coordinate representation of color #581F14: hue angle of 9.71º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581F14 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 31 | 20 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.65 |
| HSL | 9.71º | 0.63% | 0.21% | - |
| HSV(B) | 9.71º | 0.77% | 0.35% | - |
| XYZ | 4.64 | 3.11 | 1.02 | - |
| YUV | 46.79 | 112.88 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 20 | 0 | 0.65 | 0.77 | 0.65 | 9.71 | 0.63 | 0.21 |
| Hex | 58 | 1F | 14 | 0 | 41 | 4D | 41 | A | 3F | 15 |
| Octal | 130 | 37 | 24 | 0 | 101 | 115 | 101 | 12 | 77 | 25 |
| Binary | 1011000 | 11111 | 10100 | 0 | 1000001 | 1001101 | 1000001 | 1010 | 111111 | 10101 |
Color Harmonies of #581F14
Complementary color
Monochromatic Colors of #581F14
Black with #581F14
Text Example
Text Example
White with #581F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581F14; }
p { color: rgb(88,31,20); }
H1.HeaderClassName
{
color: #581F14;
}
.AnyTagClassName
{
color: #581F14;
}
</style>
background-color css
<style>
a { background-color: #581F14; }
a { background-color: rgb(88,31,20); }
div.DivClassName
{
background-color: #581F14;
}
.BgClassName
{
background-color: #581F14;
}
</style>
border-color css
<style>
span { border-color: #581F14; }
span { border-color: rgb(88,31,20); }
td.TdClassName
{
border-color: #581F14;
}
.TagClassName
{
border-color: #581F14;
}
</style>