Shades of Caput Mortuum #51211C
Tints of Caput Mortuum #51211C
RGB
CMYK
RGB Variations
Color information
#51211C (or 0x51211C) is known color: Caput Mortuum. HEX triplet: 51, 21 and 1C. RGB value is (81,33,28). Sum of RGB (Red+Green+Blue) = 81+33+28=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #51211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51211C is #AEDEE3. Grayscale: #2E2E2E. Windows color (decimal): -11460324 or 1843537. OLE color: 1843537.
HSL color Cylindrical-coordinate representation of color #51211C: hue angle of 5.66º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51211C is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 33 | 28 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.68 |
| HSL | 5.66º | 0.49% | 0.21% | - |
| HSV(B) | 5.66º | 0.65% | 0.32% | - |
| XYZ | 4.15 | 2.92 | 1.44 | - |
| YUV | 46.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 28 | 0 | 0.59 | 0.65 | 0.68 | 5.66 | 0.49 | 0.21 |
| Hex | 51 | 21 | 1C | 0 | 3B | 41 | 44 | 6 | 31 | 15 |
| Octal | 121 | 41 | 34 | 0 | 73 | 101 | 104 | 6 | 61 | 25 |
| Binary | 1010001 | 100001 | 11100 | 0 | 111011 | 1000001 | 1000100 | 110 | 110001 | 10101 |
Color Harmonies of #51211C
Complementary color
Monochromatic Colors of #51211C
Black with #51211C
Text Example
Text Example
White with #51211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51211C; }
p { color: rgb(81,33,28); }
H1.HeaderClassName
{
color: #51211C;
}
.AnyTagClassName
{
color: #51211C;
}
</style>
background-color css
<style>
a { background-color: #51211C; }
a { background-color: rgb(81,33,28); }
div.DivClassName
{
background-color: #51211C;
}
.BgClassName
{
background-color: #51211C;
}
</style>
border-color css
<style>
span { border-color: #51211C; }
span { border-color: rgb(81,33,28); }
td.TdClassName
{
border-color: #51211C;
}
.TagClassName
{
border-color: #51211C;
}
</style>