Shades of Caput Mortuum #51221E
Tints of Caput Mortuum #51221E
RGB
CMYK
RGB Variations
Color information
#51221E (or 0x51221E) is known color: Caput Mortuum. HEX triplet: 51, 22 and 1E. RGB value is (81,34,30). Sum of RGB (Red+Green+Blue) = 81+34+30=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #51221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51221E is #AEDDE1. Grayscale: #2F2F2F. Windows color (decimal): -11460066 or 1974865. OLE color: 1974865.
HSL color Cylindrical-coordinate representation of color #51221E: hue angle of 4.71º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51221E is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 34 | 30 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.68 |
| HSL | 4.71º | 0.46% | 0.22% | - |
| HSV(B) | 4.71º | 0.63% | 0.32% | - |
| XYZ | 4.2 | 2.99 | 1.58 | - |
| YUV | 47.6 | 118.07 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 30 | 0 | 0.58 | 0.63 | 0.68 | 4.71 | 0.46 | 0.22 |
| Hex | 51 | 22 | 1E | 0 | 3A | 3F | 44 | 5 | 2E | 16 |
| Octal | 121 | 42 | 36 | 0 | 72 | 77 | 104 | 5 | 56 | 26 |
| Binary | 1010001 | 100010 | 11110 | 0 | 111010 | 111111 | 1000100 | 101 | 101110 | 10110 |
Color Harmonies of #51221E
Complementary color
Monochromatic Colors of #51221E
Black with #51221E
Text Example
Text Example
White with #51221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51221E; }
p { color: rgb(81,34,30); }
H1.HeaderClassName
{
color: #51221E;
}
.AnyTagClassName
{
color: #51221E;
}
</style>
background-color css
<style>
a { background-color: #51221E; }
a { background-color: rgb(81,34,30); }
div.DivClassName
{
background-color: #51221E;
}
.BgClassName
{
background-color: #51221E;
}
</style>
border-color css
<style>
span { border-color: #51221E; }
span { border-color: rgb(81,34,30); }
td.TdClassName
{
border-color: #51221E;
}
.TagClassName
{
border-color: #51221E;
}
</style>