Shades of Caput Mortuum #4D2322
Tints of Caput Mortuum #4D2322
RGB
CMYK
RGB Variations
Color information
#4D2322 (or 0x4D2322) is known color: Caput Mortuum. HEX triplet: 4D, 23 and 22. RGB value is (77,35,34). Sum of RGB (Red+Green+Blue) = 77+35+34=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2322 is #B2DCDD. Grayscale: #2F2F2F. Windows color (decimal): -11721950 or 2237261. OLE color: 2237261.
HSL color Cylindrical-coordinate representation of color #4D2322: hue angle of 1.4º 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 #4D2322 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 35 | 34 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.70 |
| HSL | 1.4º | 0.39% | 0.22% | - |
| HSV(B) | 1.4º | 0.56% | 0.3% | - |
| XYZ | 3.95 | 2.9 | 1.86 | - |
| YUV | 47.44 | 120.41 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 34 | 0 | 0.55 | 0.56 | 0.70 | 1.4 | 0.39 | 0.22 |
| Hex | 4D | 23 | 22 | 0 | 37 | 38 | 46 | 1 | 27 | 16 |
| Octal | 115 | 43 | 42 | 0 | 67 | 70 | 106 | 1 | 47 | 26 |
| Binary | 1001101 | 100011 | 100010 | 0 | 110111 | 111000 | 1000110 | 1 | 100111 | 10110 |
Color Harmonies of #4D2322
Complementary color
Monochromatic Colors of #4D2322
Black with #4D2322
Text Example
Text Example
White with #4D2322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2322; }
p { color: rgb(77,35,34); }
H1.HeaderClassName
{
color: #4D2322;
}
.AnyTagClassName
{
color: #4D2322;
}
</style>
background-color css
<style>
a { background-color: #4D2322; }
a { background-color: rgb(77,35,34); }
div.DivClassName
{
background-color: #4D2322;
}
.BgClassName
{
background-color: #4D2322;
}
</style>
border-color css
<style>
span { border-color: #4D2322; }
span { border-color: rgb(77,35,34); }
td.TdClassName
{
border-color: #4D2322;
}
.TagClassName
{
border-color: #4D2322;
}
</style>