Shades of Caput Mortuum #581E09
Tints of Caput Mortuum #581E09
RGB
CMYK
RGB Variations
Color information
#581E09 (or 0x581E09) is known color: Caput Mortuum. HEX triplet: 58, 1E and 09. RGB value is (88,30,9). Sum of RGB (Red+Green+Blue) = 88+30+9=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #581E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581E09 is #A7E1F6. Grayscale: #2D2D2D. Windows color (decimal): -11002359 or 597592. OLE color: 597592.
HSL color Cylindrical-coordinate representation of color #581E09: hue angle of 15.95º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #581E09 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 30 | 9 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.65 |
| HSL | 15.95º | 0.81% | 0.19% | - |
| HSV(B) | 15.95º | 0.9% | 0.35% | - |
| XYZ | 4.54 | 3.02 | 0.6 | - |
| YUV | 44.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 9 | 0 | 0.66 | 0.90 | 0.65 | 15.95 | 0.81 | 0.19 |
| Hex | 58 | 1E | 9 | 0 | 42 | 5A | 41 | 10 | 51 | 13 |
| Octal | 130 | 36 | 11 | 0 | 102 | 132 | 101 | 20 | 121 | 23 |
| Binary | 1011000 | 11110 | 1001 | 0 | 1000010 | 1011010 | 1000001 | 10000 | 1010001 | 10011 |
Color Harmonies of #581E09
Complementary color
Monochromatic Colors of #581E09
Black with #581E09
Text Example
Text Example
White with #581E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581E09; }
p { color: rgb(88,30,9); }
H1.HeaderClassName
{
color: #581E09;
}
.AnyTagClassName
{
color: #581E09;
}
</style>
background-color css
<style>
a { background-color: #581E09; }
a { background-color: rgb(88,30,9); }
div.DivClassName
{
background-color: #581E09;
}
.BgClassName
{
background-color: #581E09;
}
</style>
border-color css
<style>
span { border-color: #581E09; }
span { border-color: rgb(88,30,9); }
td.TdClassName
{
border-color: #581E09;
}
.TagClassName
{
border-color: #581E09;
}
</style>