Shades of Caput Mortuum #502015
Tints of Caput Mortuum #502015
RGB
CMYK
RGB Variations
Color information
#502015 (or 0x502015) is known color: Caput Mortuum. HEX triplet: 50, 20 and 15. RGB value is (80,32,21). Sum of RGB (Red+Green+Blue) = 80+32+21=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #502015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502015 is #AFDFEA. Grayscale: #2D2D2D. Windows color (decimal): -11526123 or 1384528. OLE color: 1384528.
HSL color Cylindrical-coordinate representation of color #502015: hue angle of 11.19º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502015 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 21 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.69 |
| HSL | 11.19º | 0.58% | 0.2% | - |
| HSV(B) | 11.19º | 0.74% | 0.31% | - |
| XYZ | 3.96 | 2.79 | 1.04 | - |
| YUV | 45.1 | 114.4 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 21 | 0 | 0.60 | 0.74 | 0.69 | 11.19 | 0.58 | 0.2 |
| Hex | 50 | 20 | 15 | 0 | 3C | 4A | 45 | B | 3A | 14 |
| Octal | 120 | 40 | 25 | 0 | 74 | 112 | 105 | 13 | 72 | 24 |
| Binary | 1010000 | 100000 | 10101 | 0 | 111100 | 1001010 | 1000101 | 1011 | 111010 | 10100 |
Color Harmonies of #502015
Complementary color
Monochromatic Colors of #502015
Black with #502015
Text Example
Text Example
White with #502015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502015; }
p { color: rgb(80,32,21); }
H1.HeaderClassName
{
color: #502015;
}
.AnyTagClassName
{
color: #502015;
}
</style>
background-color css
<style>
a { background-color: #502015; }
a { background-color: rgb(80,32,21); }
div.DivClassName
{
background-color: #502015;
}
.BgClassName
{
background-color: #502015;
}
</style>
border-color css
<style>
span { border-color: #502015; }
span { border-color: rgb(80,32,21); }
td.TdClassName
{
border-color: #502015;
}
.TagClassName
{
border-color: #502015;
}
</style>