Shades of Caput Mortuum #4A211C
Tints of Caput Mortuum #4A211C
RGB
CMYK
RGB Variations
Color information
#4A211C (or 0x4A211C) is known color: Caput Mortuum. HEX triplet: 4A, 21 and 1C. RGB value is (74,33,28). Sum of RGB (Red+Green+Blue) = 74+33+28=135 (17% of max value = 765). Red value is 74 (29.30% from 255 or 54.81% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 74 - color contains mainly: red. Hex color #4A211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A211C is #B5DEE3. Grayscale: #2C2C2C. Windows color (decimal): -11919076 or 1843530. OLE color: 1843530.
HSL color Cylindrical-coordinate representation of color #4A211C: hue angle of 6.52º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A211C is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 33 | 28 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.71 |
| HSL | 6.52º | 0.45% | 0.2% | - |
| HSV(B) | 6.52º | 0.62% | 0.29% | - |
| XYZ | 3.58 | 2.63 | 1.42 | - |
| YUV | 44.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 33 | 28 | 0 | 0.55 | 0.62 | 0.71 | 6.52 | 0.45 | 0.2 |
| Hex | 4A | 21 | 1C | 0 | 37 | 3E | 47 | 7 | 2D | 14 |
| Octal | 112 | 41 | 34 | 0 | 67 | 76 | 107 | 7 | 55 | 24 |
| Binary | 1001010 | 100001 | 11100 | 0 | 110111 | 111110 | 1000111 | 111 | 101101 | 10100 |
Color Harmonies of #4A211C
Complementary color
Monochromatic Colors of #4A211C
Black with #4A211C
Text Example
Text Example
White with #4A211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A211C; }
p { color: rgb(74,33,28); }
H1.HeaderClassName
{
color: #4A211C;
}
.AnyTagClassName
{
color: #4A211C;
}
</style>
background-color css
<style>
a { background-color: #4A211C; }
a { background-color: rgb(74,33,28); }
div.DivClassName
{
background-color: #4A211C;
}
.BgClassName
{
background-color: #4A211C;
}
</style>
border-color css
<style>
span { border-color: #4A211C; }
span { border-color: rgb(74,33,28); }
td.TdClassName
{
border-color: #4A211C;
}
.TagClassName
{
border-color: #4A211C;
}
</style>