Shades of Caput Mortuum #511D0E
Tints of Caput Mortuum #511D0E
RGB
CMYK
RGB Variations
Color information
#511D0E (or 0x511D0E) is known color: Caput Mortuum. HEX triplet: 51, 1D and 0E. RGB value is (81,29,14). Sum of RGB (Red+Green+Blue) = 81+29+14=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #511D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511D0E is #AEE2F1. Grayscale: #2A2A2A. Windows color (decimal): -11461362 or 925009. OLE color: 925009.
HSL color Cylindrical-coordinate representation of color #511D0E: hue angle of 13.43º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511D0E is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 29 | 14 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.68 |
| HSL | 13.43º | 0.71% | 0.19% | - |
| HSV(B) | 13.43º | 0.83% | 0.32% | - |
| XYZ | 3.91 | 2.66 | 0.72 | - |
| YUV | 42.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 14 | 0 | 0.64 | 0.83 | 0.68 | 13.43 | 0.71 | 0.19 |
| Hex | 51 | 1D | E | 0 | 40 | 53 | 44 | D | 47 | 13 |
| Octal | 121 | 35 | 16 | 0 | 100 | 123 | 104 | 15 | 107 | 23 |
| Binary | 1010001 | 11101 | 1110 | 0 | 1000000 | 1010011 | 1000100 | 1101 | 1000111 | 10011 |
Color Harmonies of #511D0E
Complementary color
Monochromatic Colors of #511D0E
Black with #511D0E
Text Example
Text Example
White with #511D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511D0E; }
p { color: rgb(81,29,14); }
H1.HeaderClassName
{
color: #511D0E;
}
.AnyTagClassName
{
color: #511D0E;
}
</style>
background-color css
<style>
a { background-color: #511D0E; }
a { background-color: rgb(81,29,14); }
div.DivClassName
{
background-color: #511D0E;
}
.BgClassName
{
background-color: #511D0E;
}
</style>
border-color css
<style>
span { border-color: #511D0E; }
span { border-color: rgb(81,29,14); }
td.TdClassName
{
border-color: #511D0E;
}
.TagClassName
{
border-color: #511D0E;
}
</style>