Shades of Caput Mortuum #511C13
Tints of Caput Mortuum #511C13
RGB
CMYK
RGB Variations
Color information
#511C13 (or 0x511C13) is known color: Caput Mortuum. HEX triplet: 51, 1C and 13. RGB value is (81,28,19). Sum of RGB (Red+Green+Blue) = 81+28+19=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #511C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511C13 is #AEE3EC. Grayscale: #2A2A2A. Windows color (decimal): -11461613 or 1252433. OLE color: 1252433.
HSL color Cylindrical-coordinate representation of color #511C13: hue angle of 8.71º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511C13 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 28 | 19 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.68 |
| HSL | 8.71º | 0.62% | 0.2% | - |
| HSV(B) | 8.71º | 0.77% | 0.32% | - |
| XYZ | 3.93 | 2.63 | 0.92 | - |
| YUV | 42.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 19 | 0 | 0.65 | 0.77 | 0.68 | 8.71 | 0.62 | 0.2 |
| Hex | 51 | 1C | 13 | 0 | 41 | 4D | 44 | 9 | 3E | 14 |
| Octal | 121 | 34 | 23 | 0 | 101 | 115 | 104 | 11 | 76 | 24 |
| Binary | 1010001 | 11100 | 10011 | 0 | 1000001 | 1001101 | 1000100 | 1001 | 111110 | 10100 |
Color Harmonies of #511C13
Complementary color
Monochromatic Colors of #511C13
Black with #511C13
Text Example
Text Example
White with #511C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C13; }
p { color: rgb(81,28,19); }
H1.HeaderClassName
{
color: #511C13;
}
.AnyTagClassName
{
color: #511C13;
}
</style>
background-color css
<style>
a { background-color: #511C13; }
a { background-color: rgb(81,28,19); }
div.DivClassName
{
background-color: #511C13;
}
.BgClassName
{
background-color: #511C13;
}
</style>
border-color css
<style>
span { border-color: #511C13; }
span { border-color: rgb(81,28,19); }
td.TdClassName
{
border-color: #511C13;
}
.TagClassName
{
border-color: #511C13;
}
</style>