Shades of Caput Mortuum #4D1D14
Tints of Caput Mortuum #4D1D14
RGB
CMYK
RGB Variations
Color information
#4D1D14 (or 0x4D1D14) is known color: Caput Mortuum. HEX triplet: 4D, 1D and 14. RGB value is (77,29,20). Sum of RGB (Red+Green+Blue) = 77+29+20=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1D14 is #B2E2EB. Grayscale: #2A2A2A. Windows color (decimal): -11723500 or 1318221. OLE color: 1318221.
HSL color Cylindrical-coordinate representation of color #4D1D14: hue angle of 9.47º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D1D14 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 29 | 20 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.70 |
| HSL | 9.47º | 0.59% | 0.19% | - |
| HSV(B) | 9.47º | 0.74% | 0.3% | - |
| XYZ | 3.63 | 2.51 | 0.95 | - |
| YUV | 42.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 20 | 0 | 0.62 | 0.74 | 0.70 | 9.47 | 0.59 | 0.19 |
| Hex | 4D | 1D | 14 | 0 | 3E | 4A | 46 | 9 | 3B | 13 |
| Octal | 115 | 35 | 24 | 0 | 76 | 112 | 106 | 11 | 73 | 23 |
| Binary | 1001101 | 11101 | 10100 | 0 | 111110 | 1001010 | 1000110 | 1001 | 111011 | 10011 |
Color Harmonies of #4D1D14
Complementary color
Monochromatic Colors of #4D1D14
Black with #4D1D14
Text Example
Text Example
White with #4D1D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1D14; }
p { color: rgb(77,29,20); }
H1.HeaderClassName
{
color: #4D1D14;
}
.AnyTagClassName
{
color: #4D1D14;
}
</style>
background-color css
<style>
a { background-color: #4D1D14; }
a { background-color: rgb(77,29,20); }
div.DivClassName
{
background-color: #4D1D14;
}
.BgClassName
{
background-color: #4D1D14;
}
</style>
border-color css
<style>
span { border-color: #4D1D14; }
span { border-color: rgb(77,29,20); }
td.TdClassName
{
border-color: #4D1D14;
}
.TagClassName
{
border-color: #4D1D14;
}
</style>