Shades of Caput Mortuum #501D16
Tints of Caput Mortuum #501D16
RGB
CMYK
RGB Variations
Color information
#501D16 (or 0x501D16) is known color: Caput Mortuum. HEX triplet: 50, 1D and 16. RGB value is (80,29,22). Sum of RGB (Red+Green+Blue) = 80+29+22=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #501D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D16 is #AFE2E9. Grayscale: #2B2B2B. Windows color (decimal): -11526890 or 1449296. OLE color: 1449296.
HSL color Cylindrical-coordinate representation of color #501D16: hue angle of 7.24º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501D16 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 22 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.69 |
| HSL | 7.24º | 0.57% | 0.2% | - |
| HSV(B) | 7.24º | 0.73% | 0.31% | - |
| XYZ | 3.89 | 2.64 | 1.06 | - |
| YUV | 43.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 22 | 0 | 0.64 | 0.72 | 0.69 | 7.24 | 0.57 | 0.2 |
| Hex | 50 | 1D | 16 | 0 | 40 | 48 | 45 | 7 | 39 | 14 |
| Octal | 120 | 35 | 26 | 0 | 100 | 110 | 105 | 7 | 71 | 24 |
| Binary | 1010000 | 11101 | 10110 | 0 | 1000000 | 1001000 | 1000101 | 111 | 111001 | 10100 |
Color Harmonies of #501D16
Complementary color
Monochromatic Colors of #501D16
Black with #501D16
Text Example
Text Example
White with #501D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D16; }
p { color: rgb(80,29,22); }
H1.HeaderClassName
{
color: #501D16;
}
.AnyTagClassName
{
color: #501D16;
}
</style>
background-color css
<style>
a { background-color: #501D16; }
a { background-color: rgb(80,29,22); }
div.DivClassName
{
background-color: #501D16;
}
.BgClassName
{
background-color: #501D16;
}
</style>
border-color css
<style>
span { border-color: #501D16; }
span { border-color: rgb(80,29,22); }
td.TdClassName
{
border-color: #501D16;
}
.TagClassName
{
border-color: #501D16;
}
</style>