Shades of Caput Mortuum #581D12
Tints of Caput Mortuum #581D12
RGB
CMYK
RGB Variations
Color information
#581D12 (or 0x581D12) is known color: Caput Mortuum. HEX triplet: 58, 1D and 12. RGB value is (88,29,18). Sum of RGB (Red+Green+Blue) = 88+29+18=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #581D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581D12 is #A7E2ED. Grayscale: #2D2D2D. Windows color (decimal): -11002606 or 1187160. OLE color: 1187160.
HSL color Cylindrical-coordinate representation of color #581D12: hue angle of 9.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581D12 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 29 | 18 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.65 |
| HSL | 9.43º | 0.66% | 0.21% | - |
| HSV(B) | 9.43º | 0.8% | 0.35% | - |
| XYZ | 4.57 | 3 | 0.91 | - |
| YUV | 45.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 18 | 0 | 0.67 | 0.80 | 0.65 | 9.43 | 0.66 | 0.21 |
| Hex | 58 | 1D | 12 | 0 | 43 | 50 | 41 | 9 | 42 | 15 |
| Octal | 130 | 35 | 22 | 0 | 103 | 120 | 101 | 11 | 102 | 25 |
| Binary | 1011000 | 11101 | 10010 | 0 | 1000011 | 1010000 | 1000001 | 1001 | 1000010 | 10101 |
Color Harmonies of #581D12
Complementary color
Monochromatic Colors of #581D12
Black with #581D12
Text Example
Text Example
White with #581D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581D12; }
p { color: rgb(88,29,18); }
H1.HeaderClassName
{
color: #581D12;
}
.AnyTagClassName
{
color: #581D12;
}
</style>
background-color css
<style>
a { background-color: #581D12; }
a { background-color: rgb(88,29,18); }
div.DivClassName
{
background-color: #581D12;
}
.BgClassName
{
background-color: #581D12;
}
</style>
border-color css
<style>
span { border-color: #581D12; }
span { border-color: rgb(88,29,18); }
td.TdClassName
{
border-color: #581D12;
}
.TagClassName
{
border-color: #581D12;
}
</style>