Shades of Caput Mortuum #582014
Tints of Caput Mortuum #582014
RGB
CMYK
RGB Variations
Color information
#582014 (or 0x582014) is known color: Caput Mortuum. HEX triplet: 58, 20 and 14. RGB value is (88,32,20). Sum of RGB (Red+Green+Blue) = 88+32+20=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #582014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582014 is #A7DFEB. Grayscale: #2F2F2F. Windows color (decimal): -11001836 or 1319000. OLE color: 1319000.
HSL color Cylindrical-coordinate representation of color #582014: hue angle of 10.59º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #582014 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 32 | 20 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.65 |
| HSL | 10.59º | 0.63% | 0.21% | - |
| HSV(B) | 10.59º | 0.77% | 0.35% | - |
| XYZ | 4.67 | 3.16 | 1.03 | - |
| YUV | 47.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 32 | 20 | 0 | 0.64 | 0.77 | 0.65 | 10.59 | 0.63 | 0.21 |
| Hex | 58 | 20 | 14 | 0 | 40 | 4D | 41 | B | 3F | 15 |
| Octal | 130 | 40 | 24 | 0 | 100 | 115 | 101 | 13 | 77 | 25 |
| Binary | 1011000 | 100000 | 10100 | 0 | 1000000 | 1001101 | 1000001 | 1011 | 111111 | 10101 |
Color Harmonies of #582014
Complementary color
Monochromatic Colors of #582014
Black with #582014
Text Example
Text Example
White with #582014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582014; }
p { color: rgb(88,32,20); }
H1.HeaderClassName
{
color: #582014;
}
.AnyTagClassName
{
color: #582014;
}
</style>
background-color css
<style>
a { background-color: #582014; }
a { background-color: rgb(88,32,20); }
div.DivClassName
{
background-color: #582014;
}
.BgClassName
{
background-color: #582014;
}
</style>
border-color css
<style>
span { border-color: #582014; }
span { border-color: rgb(88,32,20); }
td.TdClassName
{
border-color: #582014;
}
.TagClassName
{
border-color: #582014;
}
</style>