Shades of Caput Mortuum #511C10
Tints of Caput Mortuum #511C10
RGB
CMYK
RGB Variations
Color information
#511C10 (or 0x511C10) is known color: Caput Mortuum. HEX triplet: 51, 1C and 10. RGB value is (81,28,16). Sum of RGB (Red+Green+Blue) = 81+28+16=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #511C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511C10 is #AEE3EF. Grayscale: #2A2A2A. Windows color (decimal): -11461616 or 1055825. OLE color: 1055825.
HSL color Cylindrical-coordinate representation of color #511C10: hue angle of 11.08º 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 #511C10 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 28 | 16 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.68 |
| HSL | 11.08º | 0.67% | 0.19% | - |
| HSV(B) | 11.08º | 0.8% | 0.32% | - |
| XYZ | 3.9 | 2.62 | 0.79 | - |
| YUV | 42.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 16 | 0 | 0.65 | 0.80 | 0.68 | 11.08 | 0.67 | 0.19 |
| Hex | 51 | 1C | 10 | 0 | 41 | 50 | 44 | B | 43 | 13 |
| Octal | 121 | 34 | 20 | 0 | 101 | 120 | 104 | 13 | 103 | 23 |
| Binary | 1010001 | 11100 | 10000 | 0 | 1000001 | 1010000 | 1000100 | 1011 | 1000011 | 10011 |
Color Harmonies of #511C10
Complementary color
Monochromatic Colors of #511C10
Black with #511C10
Text Example
Text Example
White with #511C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C10; }
p { color: rgb(81,28,16); }
H1.HeaderClassName
{
color: #511C10;
}
.AnyTagClassName
{
color: #511C10;
}
</style>
background-color css
<style>
a { background-color: #511C10; }
a { background-color: rgb(81,28,16); }
div.DivClassName
{
background-color: #511C10;
}
.BgClassName
{
background-color: #511C10;
}
</style>
border-color css
<style>
span { border-color: #511C10; }
span { border-color: rgb(81,28,16); }
td.TdClassName
{
border-color: #511C10;
}
.TagClassName
{
border-color: #511C10;
}
</style>