Shades of Caput Mortuum #501D13
Tints of Caput Mortuum #501D13
RGB
CMYK
RGB Variations
Color information
#501D13 (or 0x501D13) is known color: Caput Mortuum. HEX triplet: 50, 1D and 13. RGB value is (80,29,19). Sum of RGB (Red+Green+Blue) = 80+29+19=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #501D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D13 is #AFE2EC. Grayscale: #2B2B2B. Windows color (decimal): -11526893 or 1252688. OLE color: 1252688.
HSL color Cylindrical-coordinate representation of color #501D13: hue angle of 9.84º 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 #501D13 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 19 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.69 |
| HSL | 9.84º | 0.62% | 0.19% | - |
| HSV(B) | 9.84º | 0.76% | 0.31% | - |
| XYZ | 3.87 | 2.63 | 0.92 | - |
| YUV | 43.11 | 114.4 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 19 | 0 | 0.64 | 0.76 | 0.69 | 9.84 | 0.62 | 0.19 |
| Hex | 50 | 1D | 13 | 0 | 40 | 4C | 45 | A | 3E | 13 |
| Octal | 120 | 35 | 23 | 0 | 100 | 114 | 105 | 12 | 76 | 23 |
| Binary | 1010000 | 11101 | 10011 | 0 | 1000000 | 1001100 | 1000101 | 1010 | 111110 | 10011 |
Color Harmonies of #501D13
Complementary color
Monochromatic Colors of #501D13
Black with #501D13
Text Example
Text Example
White with #501D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D13; }
p { color: rgb(80,29,19); }
H1.HeaderClassName
{
color: #501D13;
}
.AnyTagClassName
{
color: #501D13;
}
</style>
background-color css
<style>
a { background-color: #501D13; }
a { background-color: rgb(80,29,19); }
div.DivClassName
{
background-color: #501D13;
}
.BgClassName
{
background-color: #501D13;
}
</style>
border-color css
<style>
span { border-color: #501D13; }
span { border-color: rgb(80,29,19); }
td.TdClassName
{
border-color: #501D13;
}
.TagClassName
{
border-color: #501D13;
}
</style>