Shades of Caput Mortuum #58200C
Tints of Caput Mortuum #58200C
RGB
CMYK
RGB Variations
Color information
#58200C (or 0x58200C) is known color: Caput Mortuum. HEX triplet: 58, 20 and 0C. RGB value is (88,32,12). Sum of RGB (Red+Green+Blue) = 88+32+12=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #58200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58200C is #A7DFF3. Grayscale: #2E2E2E. Windows color (decimal): -11001844 or 794712. OLE color: 794712.
HSL color Cylindrical-coordinate representation of color #58200C: hue angle of 15.79º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58200C is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 32 | 12 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.65 |
| HSL | 15.79º | 0.76% | 0.2% | - |
| HSV(B) | 15.79º | 0.86% | 0.35% | - |
| XYZ | 4.61 | 3.13 | 0.71 | - |
| YUV | 46.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 32 | 12 | 0 | 0.64 | 0.86 | 0.65 | 15.79 | 0.76 | 0.2 |
| Hex | 58 | 20 | C | 0 | 40 | 56 | 41 | 10 | 4C | 14 |
| Octal | 130 | 40 | 14 | 0 | 100 | 126 | 101 | 20 | 114 | 24 |
| Binary | 1011000 | 100000 | 1100 | 0 | 1000000 | 1010110 | 1000001 | 10000 | 1001100 | 10100 |
Color Harmonies of #58200C
Complementary color
Monochromatic Colors of #58200C
Black with #58200C
Text Example
Text Example
White with #58200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58200C; }
p { color: rgb(88,32,12); }
H1.HeaderClassName
{
color: #58200C;
}
.AnyTagClassName
{
color: #58200C;
}
</style>
background-color css
<style>
a { background-color: #58200C; }
a { background-color: rgb(88,32,12); }
div.DivClassName
{
background-color: #58200C;
}
.BgClassName
{
background-color: #58200C;
}
</style>
border-color css
<style>
span { border-color: #58200C; }
span { border-color: rgb(88,32,12); }
td.TdClassName
{
border-color: #58200C;
}
.TagClassName
{
border-color: #58200C;
}
</style>