Shades of Caput Mortuum #501D17
Tints of Caput Mortuum #501D17
RGB
CMYK
RGB Variations
Color information
#501D17 (or 0x501D17) is known color: Caput Mortuum. HEX triplet: 50, 1D and 17. RGB value is (80,29,23). Sum of RGB (Red+Green+Blue) = 80+29+23=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #501D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501D17 is #AFE2E8. Grayscale: #2B2B2B. Windows color (decimal): -11526889 or 1514832. OLE color: 1514832.
HSL color Cylindrical-coordinate representation of color #501D17: hue angle of 6.32º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501D17 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 23 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.69 |
| HSL | 6.32º | 0.55% | 0.2% | - |
| HSV(B) | 6.32º | 0.71% | 0.31% | - |
| XYZ | 3.9 | 2.65 | 1.12 | - |
| YUV | 43.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 23 | 0 | 0.64 | 0.71 | 0.69 | 6.32 | 0.55 | 0.2 |
| Hex | 50 | 1D | 17 | 0 | 40 | 47 | 45 | 6 | 37 | 14 |
| Octal | 120 | 35 | 27 | 0 | 100 | 107 | 105 | 6 | 67 | 24 |
| Binary | 1010000 | 11101 | 10111 | 0 | 1000000 | 1000111 | 1000101 | 110 | 110111 | 10100 |
Color Harmonies of #501D17
Complementary color
Monochromatic Colors of #501D17
Black with #501D17
Text Example
Text Example
White with #501D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D17; }
p { color: rgb(80,29,23); }
H1.HeaderClassName
{
color: #501D17;
}
.AnyTagClassName
{
color: #501D17;
}
</style>
background-color css
<style>
a { background-color: #501D17; }
a { background-color: rgb(80,29,23); }
div.DivClassName
{
background-color: #501D17;
}
.BgClassName
{
background-color: #501D17;
}
</style>
border-color css
<style>
span { border-color: #501D17; }
span { border-color: rgb(80,29,23); }
td.TdClassName
{
border-color: #501D17;
}
.TagClassName
{
border-color: #501D17;
}
</style>