Shades of Caput Mortuum #581D0A
Tints of Caput Mortuum #581D0A
RGB
CMYK
RGB Variations
Color information
#581D0A (or 0x581D0A) is known color: Caput Mortuum. HEX triplet: 58, 1D and 0A. RGB value is (88,29,10). Sum of RGB (Red+Green+Blue) = 88+29+10=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #581D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581D0A is #A7E2F5. Grayscale: #2C2C2C. Windows color (decimal): -11002614 or 662872. OLE color: 662872.
HSL color Cylindrical-coordinate representation of color #581D0A: hue angle of 14.62º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #581D0A is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 29 | 10 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.65 |
| HSL | 14.62º | 0.8% | 0.19% | - |
| HSV(B) | 14.62º | 0.89% | 0.35% | - |
| XYZ | 4.52 | 2.98 | 0.62 | - |
| YUV | 44.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 10 | 0 | 0.67 | 0.89 | 0.65 | 14.62 | 0.8 | 0.19 |
| Hex | 58 | 1D | A | 0 | 43 | 59 | 41 | F | 50 | 13 |
| Octal | 130 | 35 | 12 | 0 | 103 | 131 | 101 | 17 | 120 | 23 |
| Binary | 1011000 | 11101 | 1010 | 0 | 1000011 | 1011001 | 1000001 | 1111 | 1010000 | 10011 |
Color Harmonies of #581D0A
Complementary color
Monochromatic Colors of #581D0A
Black with #581D0A
Text Example
Text Example
White with #581D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581D0A; }
p { color: rgb(88,29,10); }
H1.HeaderClassName
{
color: #581D0A;
}
.AnyTagClassName
{
color: #581D0A;
}
</style>
background-color css
<style>
a { background-color: #581D0A; }
a { background-color: rgb(88,29,10); }
div.DivClassName
{
background-color: #581D0A;
}
.BgClassName
{
background-color: #581D0A;
}
</style>
border-color css
<style>
span { border-color: #581D0A; }
span { border-color: rgb(88,29,10); }
td.TdClassName
{
border-color: #581D0A;
}
.TagClassName
{
border-color: #581D0A;
}
</style>