Shades of Caput Mortuum #4A211A
Tints of Caput Mortuum #4A211A
RGB
CMYK
RGB Variations
Color information
#4A211A (or 0x4A211A) is known color: Caput Mortuum. HEX triplet: 4A, 21 and 1A. RGB value is (74,33,26). Sum of RGB (Red+Green+Blue) = 74+33+26=133 (17% of max value = 765). Red value is 74 (29.30% from 255 or 55.64% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 74 - color contains mainly: red. Hex color #4A211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A211A is #B5DEE5. Grayscale: #2C2C2C. Windows color (decimal): -11919078 or 1712458. OLE color: 1712458.
HSL color Cylindrical-coordinate representation of color #4A211A: hue angle of 8.75º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A211A is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 33 | 26 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.71 |
| HSL | 8.75º | 0.48% | 0.2% | - |
| HSV(B) | 8.75º | 0.65% | 0.29% | - |
| XYZ | 3.55 | 2.62 | 1.3 | - |
| YUV | 44.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 33 | 26 | 0 | 0.55 | 0.65 | 0.71 | 8.75 | 0.48 | 0.2 |
| Hex | 4A | 21 | 1A | 0 | 37 | 41 | 47 | 9 | 30 | 14 |
| Octal | 112 | 41 | 32 | 0 | 67 | 101 | 107 | 11 | 60 | 24 |
| Binary | 1001010 | 100001 | 11010 | 0 | 110111 | 1000001 | 1000111 | 1001 | 110000 | 10100 |
Color Harmonies of #4A211A
Complementary color
Monochromatic Colors of #4A211A
Black with #4A211A
Text Example
Text Example
White with #4A211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A211A; }
p { color: rgb(74,33,26); }
H1.HeaderClassName
{
color: #4A211A;
}
.AnyTagClassName
{
color: #4A211A;
}
</style>
background-color css
<style>
a { background-color: #4A211A; }
a { background-color: rgb(74,33,26); }
div.DivClassName
{
background-color: #4A211A;
}
.BgClassName
{
background-color: #4A211A;
}
</style>
border-color css
<style>
span { border-color: #4A211A; }
span { border-color: rgb(74,33,26); }
td.TdClassName
{
border-color: #4A211A;
}
.TagClassName
{
border-color: #4A211A;
}
</style>