Shades of Caput Mortuum #4A2220
Tints of Caput Mortuum #4A2220
RGB
CMYK
RGB Variations
Color information
#4A2220 (or 0x4A2220) is known color: Caput Mortuum. HEX triplet: 4A, 22 and 20. RGB value is (74,34,32). Sum of RGB (Red+Green+Blue) = 74+34+32=140 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.86% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2220 is #B5DDDF. Grayscale: #2D2D2D. Windows color (decimal): -11918816 or 2105930. OLE color: 2105930.
HSL color Cylindrical-coordinate representation of color #4A2220: hue angle of 2.86º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A2220 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 34 | 32 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.71 |
| HSL | 2.86º | 0.4% | 0.21% | - |
| HSV(B) | 2.86º | 0.57% | 0.29% | - |
| XYZ | 3.66 | 2.7 | 1.7 | - |
| YUV | 45.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 32 | 0 | 0.54 | 0.57 | 0.71 | 2.86 | 0.4 | 0.21 |
| Hex | 4A | 22 | 20 | 0 | 36 | 39 | 47 | 3 | 28 | 15 |
| Octal | 112 | 42 | 40 | 0 | 66 | 71 | 107 | 3 | 50 | 25 |
| Binary | 1001010 | 100010 | 100000 | 0 | 110110 | 111001 | 1000111 | 11 | 101000 | 10101 |
Color Harmonies of #4A2220
Complementary color
Monochromatic Colors of #4A2220
Black with #4A2220
Text Example
Text Example
White with #4A2220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2220; }
p { color: rgb(74,34,32); }
H1.HeaderClassName
{
color: #4A2220;
}
.AnyTagClassName
{
color: #4A2220;
}
</style>
background-color css
<style>
a { background-color: #4A2220; }
a { background-color: rgb(74,34,32); }
div.DivClassName
{
background-color: #4A2220;
}
.BgClassName
{
background-color: #4A2220;
}
</style>
border-color css
<style>
span { border-color: #4A2220; }
span { border-color: rgb(74,34,32); }
td.TdClassName
{
border-color: #4A2220;
}
.TagClassName
{
border-color: #4A2220;
}
</style>