Shades of Caput Mortuum #4D2221
Tints of Caput Mortuum #4D2221
RGB
CMYK
RGB Variations
Color information
#4D2221 (or 0x4D2221) is known color: Caput Mortuum. HEX triplet: 4D, 22 and 21. RGB value is (77,34,33). Sum of RGB (Red+Green+Blue) = 77+34+33=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2221 is #B2DDDE. Grayscale: #2E2E2E. Windows color (decimal): -11722207 or 2171469. OLE color: 2171469.
HSL color Cylindrical-coordinate representation of color #4D2221: hue angle of 1.36º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D2221 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 33 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.70 |
| HSL | 1.36º | 0.4% | 0.22% | - |
| HSV(B) | 1.36º | 0.57% | 0.3% | - |
| XYZ | 3.91 | 2.83 | 1.78 | - |
| YUV | 46.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 33 | 0 | 0.56 | 0.57 | 0.70 | 1.36 | 0.4 | 0.22 |
| Hex | 4D | 22 | 21 | 0 | 38 | 39 | 46 | 1 | 28 | 16 |
| Octal | 115 | 42 | 41 | 0 | 70 | 71 | 106 | 1 | 50 | 26 |
| Binary | 1001101 | 100010 | 100001 | 0 | 111000 | 111001 | 1000110 | 1 | 101000 | 10110 |
Color Harmonies of #4D2221
Complementary color
Monochromatic Colors of #4D2221
Black with #4D2221
Text Example
Text Example
White with #4D2221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2221; }
p { color: rgb(77,34,33); }
H1.HeaderClassName
{
color: #4D2221;
}
.AnyTagClassName
{
color: #4D2221;
}
</style>
background-color css
<style>
a { background-color: #4D2221; }
a { background-color: rgb(77,34,33); }
div.DivClassName
{
background-color: #4D2221;
}
.BgClassName
{
background-color: #4D2221;
}
</style>
border-color css
<style>
span { border-color: #4D2221; }
span { border-color: rgb(77,34,33); }
td.TdClassName
{
border-color: #4D2221;
}
.TagClassName
{
border-color: #4D2221;
}
</style>