Shades of Caput Mortuum #4D221F
Tints of Caput Mortuum #4D221F
RGB
CMYK
RGB Variations
Color information
#4D221F (or 0x4D221F) is known color: Caput Mortuum. HEX triplet: 4D, 22 and 1F. RGB value is (77,34,31). Sum of RGB (Red+Green+Blue) = 77+34+31=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D221F is #B2DDE0. Grayscale: #2E2E2E. Windows color (decimal): -11722209 or 2040397. OLE color: 2040397.
HSL color Cylindrical-coordinate representation of color #4D221F: hue angle of 3.91º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D221F is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 31 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.70 |
| HSL | 3.91º | 0.43% | 0.21% | - |
| HSV(B) | 3.91º | 0.6% | 0.3% | - |
| XYZ | 3.88 | 2.82 | 1.64 | - |
| YUV | 46.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 31 | 0 | 0.56 | 0.60 | 0.70 | 3.91 | 0.43 | 0.21 |
| Hex | 4D | 22 | 1F | 0 | 38 | 3C | 46 | 4 | 2B | 15 |
| Octal | 115 | 42 | 37 | 0 | 70 | 74 | 106 | 4 | 53 | 25 |
| Binary | 1001101 | 100010 | 11111 | 0 | 111000 | 111100 | 1000110 | 100 | 101011 | 10101 |
Color Harmonies of #4D221F
Complementary color
Monochromatic Colors of #4D221F
Black with #4D221F
Text Example
Text Example
White with #4D221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D221F; }
p { color: rgb(77,34,31); }
H1.HeaderClassName
{
color: #4D221F;
}
.AnyTagClassName
{
color: #4D221F;
}
</style>
background-color css
<style>
a { background-color: #4D221F; }
a { background-color: rgb(77,34,31); }
div.DivClassName
{
background-color: #4D221F;
}
.BgClassName
{
background-color: #4D221F;
}
</style>
border-color css
<style>
span { border-color: #4D221F; }
span { border-color: rgb(77,34,31); }
td.TdClassName
{
border-color: #4D221F;
}
.TagClassName
{
border-color: #4D221F;
}
</style>