Shades of Caput Mortuum #51221B
Tints of Caput Mortuum #51221B
RGB
CMYK
RGB Variations
Color information
#51221B (or 0x51221B) is known color: Caput Mortuum. HEX triplet: 51, 22 and 1B. RGB value is (81,34,27). Sum of RGB (Red+Green+Blue) = 81+34+27=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #51221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51221B is #AEDDE4. Grayscale: #2F2F2F. Windows color (decimal): -11460069 or 1778257. OLE color: 1778257.
HSL color Cylindrical-coordinate representation of color #51221B: hue angle of 7.78º 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 #51221B is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 34 | 27 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.68 |
| HSL | 7.78º | 0.5% | 0.21% | - |
| HSV(B) | 7.78º | 0.67% | 0.32% | - |
| XYZ | 4.16 | 2.97 | 1.39 | - |
| YUV | 47.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 27 | 0 | 0.58 | 0.67 | 0.68 | 7.78 | 0.5 | 0.21 |
| Hex | 51 | 22 | 1B | 0 | 3A | 43 | 44 | 8 | 32 | 15 |
| Octal | 121 | 42 | 33 | 0 | 72 | 103 | 104 | 10 | 62 | 25 |
| Binary | 1010001 | 100010 | 11011 | 0 | 111010 | 1000011 | 1000100 | 1000 | 110010 | 10101 |
Color Harmonies of #51221B
Complementary color
Monochromatic Colors of #51221B
Black with #51221B
Text Example
Text Example
White with #51221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51221B; }
p { color: rgb(81,34,27); }
H1.HeaderClassName
{
color: #51221B;
}
.AnyTagClassName
{
color: #51221B;
}
</style>
background-color css
<style>
a { background-color: #51221B; }
a { background-color: rgb(81,34,27); }
div.DivClassName
{
background-color: #51221B;
}
.BgClassName
{
background-color: #51221B;
}
</style>
border-color css
<style>
span { border-color: #51221B; }
span { border-color: rgb(81,34,27); }
td.TdClassName
{
border-color: #51221B;
}
.TagClassName
{
border-color: #51221B;
}
</style>