Shades of Caput Mortuum #51180A
Tints of Caput Mortuum #51180A
RGB
CMYK
RGB Variations
Color information
#51180A (or 0x51180A) is known color: Caput Mortuum. HEX triplet: 51, 18 and 0A. RGB value is (81,24,10). Sum of RGB (Red+Green+Blue) = 81+24+10=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #51180A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51180A is #AEE7F5. Grayscale: #272727. Windows color (decimal): -11462646 or 661585. OLE color: 661585.
HSL color Cylindrical-coordinate representation of color #51180A: hue angle of 11.83º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #51180A is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 24 | 10 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.68 |
| HSL | 11.83º | 0.78% | 0.18% | - |
| HSV(B) | 11.83º | 0.88% | 0.32% | - |
| XYZ | 3.77 | 2.42 | 0.56 | - |
| YUV | 39.45 | 111.38 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 10 | 0 | 0.70 | 0.88 | 0.68 | 11.83 | 0.78 | 0.18 |
| Hex | 51 | 18 | A | 0 | 46 | 58 | 44 | C | 4E | 12 |
| Octal | 121 | 30 | 12 | 0 | 106 | 130 | 104 | 14 | 116 | 22 |
| Binary | 1010001 | 11000 | 1010 | 0 | 1000110 | 1011000 | 1000100 | 1100 | 1001110 | 10010 |
Color Harmonies of #51180A
Complementary color
Monochromatic Colors of #51180A
Black with #51180A
Text Example
Text Example
White with #51180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51180A; }
p { color: rgb(81,24,10); }
H1.HeaderClassName
{
color: #51180A;
}
.AnyTagClassName
{
color: #51180A;
}
</style>
background-color css
<style>
a { background-color: #51180A; }
a { background-color: rgb(81,24,10); }
div.DivClassName
{
background-color: #51180A;
}
.BgClassName
{
background-color: #51180A;
}
</style>
border-color css
<style>
span { border-color: #51180A; }
span { border-color: rgb(81,24,10); }
td.TdClassName
{
border-color: #51180A;
}
.TagClassName
{
border-color: #51180A;
}
</style>