Shades of Caput Mortuum #51211B
Tints of Caput Mortuum #51211B
RGB
CMYK
RGB Variations
Color information
#51211B (or 0x51211B) is known color: Caput Mortuum. HEX triplet: 51, 21 and 1B. RGB value is (81,33,27). Sum of RGB (Red+Green+Blue) = 81+33+27=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #51211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51211B is #AEDEE4. Grayscale: #2E2E2E. Windows color (decimal): -11460325 or 1778001. OLE color: 1778001.
HSL color Cylindrical-coordinate representation of color #51211B: hue angle of 6.67º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51211B is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 33 | 27 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.68 |
| HSL | 6.67º | 0.5% | 0.21% | - |
| HSV(B) | 6.67º | 0.67% | 0.32% | - |
| XYZ | 4.14 | 2.92 | 1.38 | - |
| YUV | 46.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 27 | 0 | 0.59 | 0.67 | 0.68 | 6.67 | 0.5 | 0.21 |
| Hex | 51 | 21 | 1B | 0 | 3B | 43 | 44 | 7 | 32 | 15 |
| Octal | 121 | 41 | 33 | 0 | 73 | 103 | 104 | 7 | 62 | 25 |
| Binary | 1010001 | 100001 | 11011 | 0 | 111011 | 1000011 | 1000100 | 111 | 110010 | 10101 |
Color Harmonies of #51211B
Complementary color
Monochromatic Colors of #51211B
Black with #51211B
Text Example
Text Example
White with #51211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51211B; }
p { color: rgb(81,33,27); }
H1.HeaderClassName
{
color: #51211B;
}
.AnyTagClassName
{
color: #51211B;
}
</style>
background-color css
<style>
a { background-color: #51211B; }
a { background-color: rgb(81,33,27); }
div.DivClassName
{
background-color: #51211B;
}
.BgClassName
{
background-color: #51211B;
}
</style>
border-color css
<style>
span { border-color: #51211B; }
span { border-color: rgb(81,33,27); }
td.TdClassName
{
border-color: #51211B;
}
.TagClassName
{
border-color: #51211B;
}
</style>