Shades of Caput Mortuum #502013
Tints of Caput Mortuum #502013
RGB
CMYK
RGB Variations
Color information
#502013 (or 0x502013) is known color: Caput Mortuum. HEX triplet: 50, 20 and 13. RGB value is (80,32,19). Sum of RGB (Red+Green+Blue) = 80+32+19=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #502013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502013 is #AFDFEC. Grayscale: #2C2C2C. Windows color (decimal): -11526125 or 1253456. OLE color: 1253456.
HSL color Cylindrical-coordinate representation of color #502013: hue angle of 12.79º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502013 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 19 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.69 |
| HSL | 12.79º | 0.62% | 0.19% | - |
| HSV(B) | 12.79º | 0.76% | 0.31% | - |
| XYZ | 3.94 | 2.79 | 0.95 | - |
| YUV | 44.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 19 | 0 | 0.60 | 0.76 | 0.69 | 12.79 | 0.62 | 0.19 |
| Hex | 50 | 20 | 13 | 0 | 3C | 4C | 45 | D | 3E | 13 |
| Octal | 120 | 40 | 23 | 0 | 74 | 114 | 105 | 15 | 76 | 23 |
| Binary | 1010000 | 100000 | 10011 | 0 | 111100 | 1001100 | 1000101 | 1101 | 111110 | 10011 |
Color Harmonies of #502013
Complementary color
Monochromatic Colors of #502013
Black with #502013
Text Example
Text Example
White with #502013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502013; }
p { color: rgb(80,32,19); }
H1.HeaderClassName
{
color: #502013;
}
.AnyTagClassName
{
color: #502013;
}
</style>
background-color css
<style>
a { background-color: #502013; }
a { background-color: rgb(80,32,19); }
div.DivClassName
{
background-color: #502013;
}
.BgClassName
{
background-color: #502013;
}
</style>
border-color css
<style>
span { border-color: #502013; }
span { border-color: rgb(80,32,19); }
td.TdClassName
{
border-color: #502013;
}
.TagClassName
{
border-color: #502013;
}
</style>