Shades of Caput Mortuum #4D1C13
Tints of Caput Mortuum #4D1C13
RGB
CMYK
RGB Variations
Color information
#4D1C13 (or 0x4D1C13) is known color: Caput Mortuum. HEX triplet: 4D, 1C and 13. RGB value is (77,28,19). Sum of RGB (Red+Green+Blue) = 77+28+19=124 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.10% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1C13 is #B2E3EC. Grayscale: #292929. Windows color (decimal): -11723757 or 1252429. OLE color: 1252429.
HSL color Cylindrical-coordinate representation of color #4D1C13: hue angle of 9.31º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D1C13 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 28 | 19 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.70 |
| HSL | 9.31º | 0.6% | 0.19% | - |
| HSV(B) | 9.31º | 0.75% | 0.3% | - |
| XYZ | 3.59 | 2.46 | 0.9 | - |
| YUV | 41.63 | 115.23 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 19 | 0 | 0.64 | 0.75 | 0.70 | 9.31 | 0.6 | 0.19 |
| Hex | 4D | 1C | 13 | 0 | 40 | 4B | 46 | 9 | 3C | 13 |
| Octal | 115 | 34 | 23 | 0 | 100 | 113 | 106 | 11 | 74 | 23 |
| Binary | 1001101 | 11100 | 10011 | 0 | 1000000 | 1001011 | 1000110 | 1001 | 111100 | 10011 |
Color Harmonies of #4D1C13
Complementary color
Monochromatic Colors of #4D1C13
Black with #4D1C13
Text Example
Text Example
White with #4D1C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1C13; }
p { color: rgb(77,28,19); }
H1.HeaderClassName
{
color: #4D1C13;
}
.AnyTagClassName
{
color: #4D1C13;
}
</style>
background-color css
<style>
a { background-color: #4D1C13; }
a { background-color: rgb(77,28,19); }
div.DivClassName
{
background-color: #4D1C13;
}
.BgClassName
{
background-color: #4D1C13;
}
</style>
border-color css
<style>
span { border-color: #4D1C13; }
span { border-color: rgb(77,28,19); }
td.TdClassName
{
border-color: #4D1C13;
}
.TagClassName
{
border-color: #4D1C13;
}
</style>