Shades of Caput Mortuum #511F1A
Tints of Caput Mortuum #511F1A
RGB
CMYK
RGB Variations
Color information
#511F1A (or 0x511F1A) is known color: Caput Mortuum. HEX triplet: 51, 1F and 1A. RGB value is (81,31,26). Sum of RGB (Red+Green+Blue) = 81+31+26=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #511F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F1A is #AEE0E5. Grayscale: #2D2D2D. Windows color (decimal): -11460838 or 1711953. OLE color: 1711953.
HSL color Cylindrical-coordinate representation of color #511F1A: hue angle of 5.45º 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 #511F1A is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 31 | 26 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.68 |
| HSL | 5.45º | 0.51% | 0.21% | - |
| HSV(B) | 5.45º | 0.68% | 0.32% | - |
| XYZ | 4.07 | 2.8 | 1.3 | - |
| YUV | 45.38 | 117.07 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 26 | 0 | 0.62 | 0.68 | 0.68 | 5.45 | 0.51 | 0.21 |
| Hex | 51 | 1F | 1A | 0 | 3E | 44 | 44 | 5 | 33 | 15 |
| Octal | 121 | 37 | 32 | 0 | 76 | 104 | 104 | 5 | 63 | 25 |
| Binary | 1010001 | 11111 | 11010 | 0 | 111110 | 1000100 | 1000100 | 101 | 110011 | 10101 |
Color Harmonies of #511F1A
Complementary color
Monochromatic Colors of #511F1A
Black with #511F1A
Text Example
Text Example
White with #511F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F1A; }
p { color: rgb(81,31,26); }
H1.HeaderClassName
{
color: #511F1A;
}
.AnyTagClassName
{
color: #511F1A;
}
</style>
background-color css
<style>
a { background-color: #511F1A; }
a { background-color: rgb(81,31,26); }
div.DivClassName
{
background-color: #511F1A;
}
.BgClassName
{
background-color: #511F1A;
}
</style>
border-color css
<style>
span { border-color: #511F1A; }
span { border-color: rgb(81,31,26); }
td.TdClassName
{
border-color: #511F1A;
}
.TagClassName
{
border-color: #511F1A;
}
</style>