Shades of Caput Mortuum #51261A
Tints of Caput Mortuum #51261A
RGB
CMYK
RGB Variations
Color information
#51261A (or 0x51261A) is known color: Caput Mortuum. HEX triplet: 51, 26 and 1A. RGB value is (81,38,26). Sum of RGB (Red+Green+Blue) = 81+38+26=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #51261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51261A is #AED9E5. Grayscale: #313131. Windows color (decimal): -11459046 or 1713745. OLE color: 1713745.
HSL color Cylindrical-coordinate representation of color #51261A: hue angle of 13.09º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51261A is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 38 | 26 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.68 |
| HSL | 13.09º | 0.51% | 0.21% | - |
| HSV(B) | 13.09º | 0.68% | 0.32% | - |
| XYZ | 4.27 | 3.21 | 1.37 | - |
| YUV | 49.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 26 | 0 | 0.53 | 0.68 | 0.68 | 13.09 | 0.51 | 0.21 |
| Hex | 51 | 26 | 1A | 0 | 35 | 44 | 44 | D | 33 | 15 |
| Octal | 121 | 46 | 32 | 0 | 65 | 104 | 104 | 15 | 63 | 25 |
| Binary | 1010001 | 100110 | 11010 | 0 | 110101 | 1000100 | 1000100 | 1101 | 110011 | 10101 |
Color Harmonies of #51261A
Complementary color
Monochromatic Colors of #51261A
Black with #51261A
Text Example
Text Example
White with #51261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51261A; }
p { color: rgb(81,38,26); }
H1.HeaderClassName
{
color: #51261A;
}
.AnyTagClassName
{
color: #51261A;
}
</style>
background-color css
<style>
a { background-color: #51261A; }
a { background-color: rgb(81,38,26); }
div.DivClassName
{
background-color: #51261A;
}
.BgClassName
{
background-color: #51261A;
}
</style>
border-color css
<style>
span { border-color: #51261A; }
span { border-color: rgb(81,38,26); }
td.TdClassName
{
border-color: #51261A;
}
.TagClassName
{
border-color: #51261A;
}
</style>