Shades of Caput Mortuum #51271D
Tints of Caput Mortuum #51271D
RGB
CMYK
RGB Variations
Color information
#51271D (or 0x51271D) is known color: Caput Mortuum. HEX triplet: 51, 27 and 1D. RGB value is (81,39,29). Sum of RGB (Red+Green+Blue) = 81+39+29=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #51271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51271D is #AED8E2. Grayscale: #323232. Windows color (decimal): -11458787 or 1910609. OLE color: 1910609.
HSL color Cylindrical-coordinate representation of color #51271D: hue angle of 11.54º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51271D is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 39 | 29 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.68 |
| HSL | 11.54º | 0.47% | 0.22% | - |
| HSV(B) | 11.54º | 0.64% | 0.32% | - |
| XYZ | 4.34 | 3.29 | 1.57 | - |
| YUV | 50.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 29 | 0 | 0.52 | 0.64 | 0.68 | 11.54 | 0.47 | 0.22 |
| Hex | 51 | 27 | 1D | 0 | 34 | 40 | 44 | C | 2F | 16 |
| Octal | 121 | 47 | 35 | 0 | 64 | 100 | 104 | 14 | 57 | 26 |
| Binary | 1010001 | 100111 | 11101 | 0 | 110100 | 1000000 | 1000100 | 1100 | 101111 | 10110 |
Color Harmonies of #51271D
Complementary color
Monochromatic Colors of #51271D
Black with #51271D
Text Example
Text Example
White with #51271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51271D; }
p { color: rgb(81,39,29); }
H1.HeaderClassName
{
color: #51271D;
}
.AnyTagClassName
{
color: #51271D;
}
</style>
background-color css
<style>
a { background-color: #51271D; }
a { background-color: rgb(81,39,29); }
div.DivClassName
{
background-color: #51271D;
}
.BgClassName
{
background-color: #51271D;
}
</style>
border-color css
<style>
span { border-color: #51271D; }
span { border-color: rgb(81,39,29); }
td.TdClassName
{
border-color: #51271D;
}
.TagClassName
{
border-color: #51271D;
}
</style>