Shades of Caput Mortuum #581D08
Tints of Caput Mortuum #581D08
RGB
CMYK
RGB Variations
Color information
#581D08 (or 0x581D08) is known color: Caput Mortuum. HEX triplet: 58, 1D and 08. RGB value is (88,29,8). Sum of RGB (Red+Green+Blue) = 88+29+8=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #581D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581D08 is #A7E2F7. Grayscale: #2C2C2C. Windows color (decimal): -11002616 or 531800. OLE color: 531800.
HSL color Cylindrical-coordinate representation of color #581D08: hue angle of 15.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #581D08 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 29 | 8 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.65 |
| HSL | 15.75º | 0.83% | 0.19% | - |
| HSV(B) | 15.75º | 0.91% | 0.35% | - |
| XYZ | 4.51 | 2.97 | 0.57 | - |
| YUV | 44.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 8 | 0 | 0.67 | 0.91 | 0.65 | 15.75 | 0.83 | 0.19 |
| Hex | 58 | 1D | 8 | 0 | 43 | 5B | 41 | 10 | 53 | 13 |
| Octal | 130 | 35 | 10 | 0 | 103 | 133 | 101 | 20 | 123 | 23 |
| Binary | 1011000 | 11101 | 1000 | 0 | 1000011 | 1011011 | 1000001 | 10000 | 1010011 | 10011 |
Color Harmonies of #581D08
Complementary color
Monochromatic Colors of #581D08
Black with #581D08
Text Example
Text Example
White with #581D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581D08; }
p { color: rgb(88,29,8); }
H1.HeaderClassName
{
color: #581D08;
}
.AnyTagClassName
{
color: #581D08;
}
</style>
background-color css
<style>
a { background-color: #581D08; }
a { background-color: rgb(88,29,8); }
div.DivClassName
{
background-color: #581D08;
}
.BgClassName
{
background-color: #581D08;
}
</style>
border-color css
<style>
span { border-color: #581D08; }
span { border-color: rgb(88,29,8); }
td.TdClassName
{
border-color: #581D08;
}
.TagClassName
{
border-color: #581D08;
}
</style>