Shades of Caput Mortuum #4D1F15
Tints of Caput Mortuum #4D1F15
RGB
CMYK
RGB Variations
Color information
#4D1F15 (or 0x4D1F15) is known color: Caput Mortuum. HEX triplet: 4D, 1F and 15. RGB value is (77,31,21). Sum of RGB (Red+Green+Blue) = 77+31+21=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1F15 is #B2E0EA. Grayscale: #2B2B2B. Windows color (decimal): -11722987 or 1384269. OLE color: 1384269.
HSL color Cylindrical-coordinate representation of color #4D1F15: hue angle of 10.71º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D1F15 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 31 | 21 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.70 |
| HSL | 10.71º | 0.57% | 0.19% | - |
| HSV(B) | 10.71º | 0.73% | 0.3% | - |
| XYZ | 3.69 | 2.61 | 1.02 | - |
| YUV | 43.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 31 | 21 | 0 | 0.60 | 0.73 | 0.70 | 10.71 | 0.57 | 0.19 |
| Hex | 4D | 1F | 15 | 0 | 3C | 49 | 46 | B | 39 | 13 |
| Octal | 115 | 37 | 25 | 0 | 74 | 111 | 106 | 13 | 71 | 23 |
| Binary | 1001101 | 11111 | 10101 | 0 | 111100 | 1001001 | 1000110 | 1011 | 111001 | 10011 |
Color Harmonies of #4D1F15
Complementary color
Monochromatic Colors of #4D1F15
Black with #4D1F15
Text Example
Text Example
White with #4D1F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1F15; }
p { color: rgb(77,31,21); }
H1.HeaderClassName
{
color: #4D1F15;
}
.AnyTagClassName
{
color: #4D1F15;
}
</style>
background-color css
<style>
a { background-color: #4D1F15; }
a { background-color: rgb(77,31,21); }
div.DivClassName
{
background-color: #4D1F15;
}
.BgClassName
{
background-color: #4D1F15;
}
</style>
border-color css
<style>
span { border-color: #4D1F15; }
span { border-color: rgb(77,31,21); }
td.TdClassName
{
border-color: #4D1F15;
}
.TagClassName
{
border-color: #4D1F15;
}
</style>