Shades of Caput Mortuum #4D1F16
Tints of Caput Mortuum #4D1F16
RGB
CMYK
RGB Variations
Color information
#4D1F16 (or 0x4D1F16) is known color: Caput Mortuum. HEX triplet: 4D, 1F and 16. RGB value is (77,31,22). Sum of RGB (Red+Green+Blue) = 77+31+22=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1F16 is #B2E0E9. Grayscale: #2B2B2B. Windows color (decimal): -11722986 or 1449805. OLE color: 1449805.
HSL color Cylindrical-coordinate representation of color #4D1F16: hue angle of 9.82º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D1F16 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 31 | 22 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.70 |
| HSL | 9.82º | 0.56% | 0.19% | - |
| HSV(B) | 9.82º | 0.71% | 0.3% | - |
| XYZ | 3.7 | 2.62 | 1.07 | - |
| YUV | 43.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 31 | 22 | 0 | 0.60 | 0.71 | 0.70 | 9.82 | 0.56 | 0.19 |
| Hex | 4D | 1F | 16 | 0 | 3C | 47 | 46 | A | 38 | 13 |
| Octal | 115 | 37 | 26 | 0 | 74 | 107 | 106 | 12 | 70 | 23 |
| Binary | 1001101 | 11111 | 10110 | 0 | 111100 | 1000111 | 1000110 | 1010 | 111000 | 10011 |
Color Harmonies of #4D1F16
Complementary color
Monochromatic Colors of #4D1F16
Black with #4D1F16
Text Example
Text Example
White with #4D1F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1F16; }
p { color: rgb(77,31,22); }
H1.HeaderClassName
{
color: #4D1F16;
}
.AnyTagClassName
{
color: #4D1F16;
}
</style>
background-color css
<style>
a { background-color: #4D1F16; }
a { background-color: rgb(77,31,22); }
div.DivClassName
{
background-color: #4D1F16;
}
.BgClassName
{
background-color: #4D1F16;
}
</style>
border-color css
<style>
span { border-color: #4D1F16; }
span { border-color: rgb(77,31,22); }
td.TdClassName
{
border-color: #4D1F16;
}
.TagClassName
{
border-color: #4D1F16;
}
</style>