Shades of Caput Mortuum #511A10
Tints of Caput Mortuum #511A10
RGB
CMYK
RGB Variations
Color information
#511A10 (or 0x511A10) is known color: Caput Mortuum. HEX triplet: 51, 1A and 10. RGB value is (81,26,16). Sum of RGB (Red+Green+Blue) = 81+26+16=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #511A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A10 is #AEE5EF. Grayscale: #292929. Windows color (decimal): -11462128 or 1055313. OLE color: 1055313.
HSL color Cylindrical-coordinate representation of color #511A10: hue angle of 9.23º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511A10 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 16 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.68 |
| HSL | 9.23º | 0.67% | 0.19% | - |
| HSV(B) | 9.23º | 0.8% | 0.32% | - |
| XYZ | 3.86 | 2.53 | 0.77 | - |
| YUV | 41.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 16 | 0 | 0.68 | 0.80 | 0.68 | 9.23 | 0.67 | 0.19 |
| Hex | 51 | 1A | 10 | 0 | 44 | 50 | 44 | 9 | 43 | 13 |
| Octal | 121 | 32 | 20 | 0 | 104 | 120 | 104 | 11 | 103 | 23 |
| Binary | 1010001 | 11010 | 10000 | 0 | 1000100 | 1010000 | 1000100 | 1001 | 1000011 | 10011 |
Color Harmonies of #511A10
Complementary color
Monochromatic Colors of #511A10
Black with #511A10
Text Example
Text Example
White with #511A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A10; }
p { color: rgb(81,26,16); }
H1.HeaderClassName
{
color: #511A10;
}
.AnyTagClassName
{
color: #511A10;
}
</style>
background-color css
<style>
a { background-color: #511A10; }
a { background-color: rgb(81,26,16); }
div.DivClassName
{
background-color: #511A10;
}
.BgClassName
{
background-color: #511A10;
}
</style>
border-color css
<style>
span { border-color: #511A10; }
span { border-color: rgb(81,26,16); }
td.TdClassName
{
border-color: #511A10;
}
.TagClassName
{
border-color: #511A10;
}
</style>