Shades of Caput Mortuum #581D0B
Tints of Caput Mortuum #581D0B
RGB
CMYK
RGB Variations
Color information
#581D0B (or 0x581D0B) is known color: Caput Mortuum. HEX triplet: 58, 1D and 0B. RGB value is (88,29,11). Sum of RGB (Red+Green+Blue) = 88+29+11=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #581D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581D0B is #A7E2F4. Grayscale: #2C2C2C. Windows color (decimal): -11002613 or 728408. OLE color: 728408.
HSL color Cylindrical-coordinate representation of color #581D0B: hue angle of 14.03º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581D0B is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 29 | 11 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.65 |
| HSL | 14.03º | 0.78% | 0.19% | - |
| HSV(B) | 14.03º | 0.88% | 0.35% | - |
| XYZ | 4.52 | 2.98 | 0.65 | - |
| YUV | 44.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 11 | 0 | 0.67 | 0.88 | 0.65 | 14.03 | 0.78 | 0.19 |
| Hex | 58 | 1D | B | 0 | 43 | 58 | 41 | E | 4E | 13 |
| Octal | 130 | 35 | 13 | 0 | 103 | 130 | 101 | 16 | 116 | 23 |
| Binary | 1011000 | 11101 | 1011 | 0 | 1000011 | 1011000 | 1000001 | 1110 | 1001110 | 10011 |
Color Harmonies of #581D0B
Complementary color
Monochromatic Colors of #581D0B
Black with #581D0B
Text Example
Text Example
White with #581D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581D0B; }
p { color: rgb(88,29,11); }
H1.HeaderClassName
{
color: #581D0B;
}
.AnyTagClassName
{
color: #581D0B;
}
</style>
background-color css
<style>
a { background-color: #581D0B; }
a { background-color: rgb(88,29,11); }
div.DivClassName
{
background-color: #581D0B;
}
.BgClassName
{
background-color: #581D0B;
}
</style>
border-color css
<style>
span { border-color: #581D0B; }
span { border-color: rgb(88,29,11); }
td.TdClassName
{
border-color: #581D0B;
}
.TagClassName
{
border-color: #581D0B;
}
</style>