Shades of Caput Mortuum #4D1A12
Tints of Caput Mortuum #4D1A12
RGB
CMYK
RGB Variations
Color information
#4D1A12 (or 0x4D1A12) is known color: Caput Mortuum. HEX triplet: 4D, 1A and 12. RGB value is (77,26,18). Sum of RGB (Red+Green+Blue) = 77+26+18=121 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.64% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1A12 is #B2E5ED. Grayscale: #282828. Windows color (decimal): -11724270 or 1186381. OLE color: 1186381.
HSL color Cylindrical-coordinate representation of color #4D1A12: hue angle of 8.14º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D1A12 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 26 | 18 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.70 |
| HSL | 8.14º | 0.62% | 0.19% | - |
| HSV(B) | 8.14º | 0.77% | 0.3% | - |
| XYZ | 3.54 | 2.36 | 0.84 | - |
| YUV | 40.34 | 115.4 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 18 | 0 | 0.66 | 0.77 | 0.70 | 8.14 | 0.62 | 0.19 |
| Hex | 4D | 1A | 12 | 0 | 42 | 4D | 46 | 8 | 3E | 13 |
| Octal | 115 | 32 | 22 | 0 | 102 | 115 | 106 | 10 | 76 | 23 |
| Binary | 1001101 | 11010 | 10010 | 0 | 1000010 | 1001101 | 1000110 | 1000 | 111110 | 10011 |
Color Harmonies of #4D1A12
Complementary color
Monochromatic Colors of #4D1A12
Black with #4D1A12
Text Example
Text Example
White with #4D1A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A12; }
p { color: rgb(77,26,18); }
H1.HeaderClassName
{
color: #4D1A12;
}
.AnyTagClassName
{
color: #4D1A12;
}
</style>
background-color css
<style>
a { background-color: #4D1A12; }
a { background-color: rgb(77,26,18); }
div.DivClassName
{
background-color: #4D1A12;
}
.BgClassName
{
background-color: #4D1A12;
}
</style>
border-color css
<style>
span { border-color: #4D1A12; }
span { border-color: rgb(77,26,18); }
td.TdClassName
{
border-color: #4D1A12;
}
.TagClassName
{
border-color: #4D1A12;
}
</style>