Shades of Caput Mortuum #511C0E
Tints of Caput Mortuum #511C0E
RGB
CMYK
RGB Variations
Color information
#511C0E (or 0x511C0E) is known color: Caput Mortuum. HEX triplet: 51, 1C and 0E. RGB value is (81,28,14). Sum of RGB (Red+Green+Blue) = 81+28+14=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #511C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511C0E is #AEE3F1. Grayscale: #2A2A2A. Windows color (decimal): -11461618 or 924753. OLE color: 924753.
HSL color Cylindrical-coordinate representation of color #511C0E: hue angle of 12.54º 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 #511C0E is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 28 | 14 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.68 |
| HSL | 12.54º | 0.71% | 0.19% | - |
| HSV(B) | 12.54º | 0.83% | 0.32% | - |
| XYZ | 3.89 | 2.61 | 0.71 | - |
| YUV | 42.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 14 | 0 | 0.65 | 0.83 | 0.68 | 12.54 | 0.71 | 0.19 |
| Hex | 51 | 1C | E | 0 | 41 | 53 | 44 | D | 47 | 13 |
| Octal | 121 | 34 | 16 | 0 | 101 | 123 | 104 | 15 | 107 | 23 |
| Binary | 1010001 | 11100 | 1110 | 0 | 1000001 | 1010011 | 1000100 | 1101 | 1000111 | 10011 |
Color Harmonies of #511C0E
Complementary color
Monochromatic Colors of #511C0E
Black with #511C0E
Text Example
Text Example
White with #511C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C0E; }
p { color: rgb(81,28,14); }
H1.HeaderClassName
{
color: #511C0E;
}
.AnyTagClassName
{
color: #511C0E;
}
</style>
background-color css
<style>
a { background-color: #511C0E; }
a { background-color: rgb(81,28,14); }
div.DivClassName
{
background-color: #511C0E;
}
.BgClassName
{
background-color: #511C0E;
}
</style>
border-color css
<style>
span { border-color: #511C0E; }
span { border-color: rgb(81,28,14); }
td.TdClassName
{
border-color: #511C0E;
}
.TagClassName
{
border-color: #511C0E;
}
</style>