Shades of Caput Mortuum #581D10
Tints of Caput Mortuum #581D10
RGB
CMYK
RGB Variations
Color information
#581D10 (or 0x581D10) is known color: Caput Mortuum. HEX triplet: 58, 1D and 10. RGB value is (88,29,16). Sum of RGB (Red+Green+Blue) = 88+29+16=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #581D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581D10 is #A7E2EF. Grayscale: #2D2D2D. Windows color (decimal): -11002608 or 1056088. OLE color: 1056088.
HSL color Cylindrical-coordinate representation of color #581D10: hue angle of 10.83º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581D10 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 29 | 16 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.65 |
| HSL | 10.83º | 0.69% | 0.2% | - |
| HSV(B) | 10.83º | 0.82% | 0.35% | - |
| XYZ | 4.56 | 2.99 | 0.83 | - |
| YUV | 45.16 | 111.55 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 16 | 0 | 0.67 | 0.82 | 0.65 | 10.83 | 0.69 | 0.2 |
| Hex | 58 | 1D | 10 | 0 | 43 | 52 | 41 | B | 45 | 14 |
| Octal | 130 | 35 | 20 | 0 | 103 | 122 | 101 | 13 | 105 | 24 |
| Binary | 1011000 | 11101 | 10000 | 0 | 1000011 | 1010010 | 1000001 | 1011 | 1000101 | 10100 |
Color Harmonies of #581D10
Complementary color
Monochromatic Colors of #581D10
Black with #581D10
Text Example
Text Example
White with #581D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581D10; }
p { color: rgb(88,29,16); }
H1.HeaderClassName
{
color: #581D10;
}
.AnyTagClassName
{
color: #581D10;
}
</style>
background-color css
<style>
a { background-color: #581D10; }
a { background-color: rgb(88,29,16); }
div.DivClassName
{
background-color: #581D10;
}
.BgClassName
{
background-color: #581D10;
}
</style>
border-color css
<style>
span { border-color: #581D10; }
span { border-color: rgb(88,29,16); }
td.TdClassName
{
border-color: #581D10;
}
.TagClassName
{
border-color: #581D10;
}
</style>