Shades of Caput Mortuum #4A221F
Tints of Caput Mortuum #4A221F
RGB
CMYK
RGB Variations
Color information
#4A221F (or 0x4A221F) is known color: Caput Mortuum. HEX triplet: 4A, 22 and 1F. RGB value is (74,34,31). Sum of RGB (Red+Green+Blue) = 74+34+31=139 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.24% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 74 - color contains mainly: red. Hex color #4A221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A221F is #B5DDE0. Grayscale: #2D2D2D. Windows color (decimal): -11918817 or 2040394. OLE color: 2040394.
HSL color Cylindrical-coordinate representation of color #4A221F: hue angle of 4.19º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A221F is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 34 | 31 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.71 |
| HSL | 4.19º | 0.41% | 0.21% | - |
| HSV(B) | 4.19º | 0.58% | 0.29% | - |
| XYZ | 3.64 | 2.7 | 1.63 | - |
| YUV | 45.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 31 | 0 | 0.54 | 0.58 | 0.71 | 4.19 | 0.41 | 0.21 |
| Hex | 4A | 22 | 1F | 0 | 36 | 3A | 47 | 4 | 29 | 15 |
| Octal | 112 | 42 | 37 | 0 | 66 | 72 | 107 | 4 | 51 | 25 |
| Binary | 1001010 | 100010 | 11111 | 0 | 110110 | 111010 | 1000111 | 100 | 101001 | 10101 |
Color Harmonies of #4A221F
Complementary color
Monochromatic Colors of #4A221F
Black with #4A221F
Text Example
Text Example
White with #4A221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A221F; }
p { color: rgb(74,34,31); }
H1.HeaderClassName
{
color: #4A221F;
}
.AnyTagClassName
{
color: #4A221F;
}
</style>
background-color css
<style>
a { background-color: #4A221F; }
a { background-color: rgb(74,34,31); }
div.DivClassName
{
background-color: #4A221F;
}
.BgClassName
{
background-color: #4A221F;
}
</style>
border-color css
<style>
span { border-color: #4A221F; }
span { border-color: rgb(74,34,31); }
td.TdClassName
{
border-color: #4A221F;
}
.TagClassName
{
border-color: #4A221F;
}
</style>