Shades of Caput Mortuum #4D2222
Tints of Caput Mortuum #4D2222
RGB
CMYK
RGB Variations
Color information
#4D2222 (or 0x4D2222) is known color: Caput Mortuum. HEX triplet: 4D, 22 and 22. RGB value is (77,34,34). Sum of RGB (Red+Green+Blue) = 77+34+34=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2222 is #B2DDDD. Grayscale: #2E2E2E. Windows color (decimal): -11722206 or 2237005. OLE color: 2237005.
HSL color Cylindrical-coordinate representation of color #4D2222: hue angle of 0º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D2222 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 34 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.70 |
| HSL | 0º | 0.39% | 0.22% | - |
| HSV(B) | 0º | 0.56% | 0.3% | - |
| XYZ | 3.92 | 2.84 | 1.85 | - |
| YUV | 46.86 | 120.75 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 34 | 0 | 0.56 | 0.56 | 0.70 | 0 | 0.39 | 0.22 |
| Hex | 4D | 22 | 22 | 0 | 38 | 38 | 46 | 0 | 27 | 16 |
| Octal | 115 | 42 | 42 | 0 | 70 | 70 | 106 | 0 | 47 | 26 |
| Binary | 1001101 | 100010 | 100010 | 0 | 111000 | 111000 | 1000110 | 0 | 100111 | 10110 |
Color Harmonies of #4D2222
Complementary color
Monochromatic Colors of #4D2222
Black with #4D2222
Text Example
Text Example
White with #4D2222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2222; }
p { color: rgb(77,34,34); }
H1.HeaderClassName
{
color: #4D2222;
}
.AnyTagClassName
{
color: #4D2222;
}
</style>
background-color css
<style>
a { background-color: #4D2222; }
a { background-color: rgb(77,34,34); }
div.DivClassName
{
background-color: #4D2222;
}
.BgClassName
{
background-color: #4D2222;
}
</style>
border-color css
<style>
span { border-color: #4D2222; }
span { border-color: rgb(77,34,34); }
td.TdClassName
{
border-color: #4D2222;
}
.TagClassName
{
border-color: #4D2222;
}
</style>