Shades of Caput Mortuum #511B12
Tints of Caput Mortuum #511B12
RGB
CMYK
RGB Variations
Color information
#511B12 (or 0x511B12) is known color: Caput Mortuum. HEX triplet: 51, 1B and 12. RGB value is (81,27,18). Sum of RGB (Red+Green+Blue) = 81+27+18=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #511B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511B12 is #AEE4ED. Grayscale: #2A2A2A. Windows color (decimal): -11461870 or 1186641. OLE color: 1186641.
HSL color Cylindrical-coordinate representation of color #511B12: hue angle of 8.57º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511B12 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 27 | 18 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.68 |
| HSL | 8.57º | 0.64% | 0.19% | - |
| HSV(B) | 8.57º | 0.78% | 0.32% | - |
| XYZ | 3.89 | 2.58 | 0.86 | - |
| YUV | 42.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 18 | 0 | 0.67 | 0.78 | 0.68 | 8.57 | 0.64 | 0.19 |
| Hex | 51 | 1B | 12 | 0 | 43 | 4E | 44 | 9 | 40 | 13 |
| Octal | 121 | 33 | 22 | 0 | 103 | 116 | 104 | 11 | 100 | 23 |
| Binary | 1010001 | 11011 | 10010 | 0 | 1000011 | 1001110 | 1000100 | 1001 | 1000000 | 10011 |
Color Harmonies of #511B12
Complementary color
Monochromatic Colors of #511B12
Black with #511B12
Text Example
Text Example
White with #511B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511B12; }
p { color: rgb(81,27,18); }
H1.HeaderClassName
{
color: #511B12;
}
.AnyTagClassName
{
color: #511B12;
}
</style>
background-color css
<style>
a { background-color: #511B12; }
a { background-color: rgb(81,27,18); }
div.DivClassName
{
background-color: #511B12;
}
.BgClassName
{
background-color: #511B12;
}
</style>
border-color css
<style>
span { border-color: #511B12; }
span { border-color: rgb(81,27,18); }
td.TdClassName
{
border-color: #511B12;
}
.TagClassName
{
border-color: #511B12;
}
</style>