Shades of Caput Mortuum #51281F
Tints of Caput Mortuum #51281F
RGB
CMYK
RGB Variations
Color information
#51281F (or 0x51281F) is known color: Caput Mortuum. HEX triplet: 51, 28 and 1F. RGB value is (81,40,31). Sum of RGB (Red+Green+Blue) = 81+40+31=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #51281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51281F is #AED7E0. Grayscale: #333333. Windows color (decimal): -11458529 or 2041937. OLE color: 2041937.
HSL color Cylindrical-coordinate representation of color #51281F: hue angle of 10.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51281F is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 40 | 31 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.68 |
| HSL | 10.8º | 0.45% | 0.22% | - |
| HSV(B) | 10.8º | 0.62% | 0.32% | - |
| XYZ | 4.4 | 3.37 | 1.71 | - |
| YUV | 51.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 31 | 0 | 0.51 | 0.62 | 0.68 | 10.8 | 0.45 | 0.22 |
| Hex | 51 | 28 | 1F | 0 | 33 | 3E | 44 | B | 2D | 16 |
| Octal | 121 | 50 | 37 | 0 | 63 | 76 | 104 | 13 | 55 | 26 |
| Binary | 1010001 | 101000 | 11111 | 0 | 110011 | 111110 | 1000100 | 1011 | 101101 | 10110 |
Color Harmonies of #51281F
Complementary color
Monochromatic Colors of #51281F
Black with #51281F
Text Example
Text Example
White with #51281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51281F; }
p { color: rgb(81,40,31); }
H1.HeaderClassName
{
color: #51281F;
}
.AnyTagClassName
{
color: #51281F;
}
</style>
background-color css
<style>
a { background-color: #51281F; }
a { background-color: rgb(81,40,31); }
div.DivClassName
{
background-color: #51281F;
}
.BgClassName
{
background-color: #51281F;
}
</style>
border-color css
<style>
span { border-color: #51281F; }
span { border-color: rgb(81,40,31); }
td.TdClassName
{
border-color: #51281F;
}
.TagClassName
{
border-color: #51281F;
}
</style>