Shades of Caput Mortuum #581802
Tints of Caput Mortuum #581802
RGB
CMYK
RGB Variations
Color information
#581802 (or 0x581802) is known color: Caput Mortuum. HEX triplet: 58, 18 and 02. RGB value is (88,24,2). Sum of RGB (Red+Green+Blue) = 88+24+2=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #581802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581802 is #A7E7FD. Grayscale: #282828. Windows color (decimal): -11003902 or 137304. OLE color: 137304.
HSL color Cylindrical-coordinate representation of color #581802: hue angle of 15.35º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #581802 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 24 | 2 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.65 |
| HSL | 15.35º | 0.96% | 0.18% | - |
| HSV(B) | 15.35º | 0.98% | 0.35% | - |
| XYZ | 4.36 | 2.73 | 0.35 | - |
| YUV | 40.63 | 106.2 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 2 | 0 | 0.73 | 0.98 | 0.65 | 15.35 | 0.96 | 0.18 |
| Hex | 58 | 18 | 2 | 0 | 49 | 62 | 41 | F | 60 | 12 |
| Octal | 130 | 30 | 2 | 0 | 111 | 142 | 101 | 17 | 140 | 22 |
| Binary | 1011000 | 11000 | 10 | 0 | 1001001 | 1100010 | 1000001 | 1111 | 1100000 | 10010 |
Color Harmonies of #581802
Complementary color
Monochromatic Colors of #581802
Black with #581802
Text Example
Text Example
White with #581802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581802; }
p { color: rgb(88,24,2); }
H1.HeaderClassName
{
color: #581802;
}
.AnyTagClassName
{
color: #581802;
}
</style>
background-color css
<style>
a { background-color: #581802; }
a { background-color: rgb(88,24,2); }
div.DivClassName
{
background-color: #581802;
}
.BgClassName
{
background-color: #581802;
}
</style>
border-color css
<style>
span { border-color: #581802; }
span { border-color: rgb(88,24,2); }
td.TdClassName
{
border-color: #581802;
}
.TagClassName
{
border-color: #581802;
}
</style>