Shades of Caput Mortuum #49211B
Tints of Caput Mortuum #49211B
RGB
CMYK
RGB Variations
Color information
#49211B (or 0x49211B) is known color: Caput Mortuum. HEX triplet: 49, 21 and 1B. RGB value is (73,33,27). Sum of RGB (Red+Green+Blue) = 73+33+27=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #49211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49211B is #B6DEE4. Grayscale: #2C2C2C. Windows color (decimal): -11984613 or 1777993. OLE color: 1777993.
HSL color Cylindrical-coordinate representation of color #49211B: hue angle of 7.83º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49211B is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 33 | 27 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.71 |
| HSL | 7.83º | 0.46% | 0.2% | - |
| HSV(B) | 7.83º | 0.63% | 0.29% | - |
| XYZ | 3.49 | 2.58 | 1.35 | - |
| YUV | 44.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 27 | 0 | 0.55 | 0.63 | 0.71 | 7.83 | 0.46 | 0.2 |
| Hex | 49 | 21 | 1B | 0 | 37 | 3F | 47 | 8 | 2E | 14 |
| Octal | 111 | 41 | 33 | 0 | 67 | 77 | 107 | 10 | 56 | 24 |
| Binary | 1001001 | 100001 | 11011 | 0 | 110111 | 111111 | 1000111 | 1000 | 101110 | 10100 |
Color Harmonies of #49211B
Complementary color
Monochromatic Colors of #49211B
Black with #49211B
Text Example
Text Example
White with #49211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49211B; }
p { color: rgb(73,33,27); }
H1.HeaderClassName
{
color: #49211B;
}
.AnyTagClassName
{
color: #49211B;
}
</style>
background-color css
<style>
a { background-color: #49211B; }
a { background-color: rgb(73,33,27); }
div.DivClassName
{
background-color: #49211B;
}
.BgClassName
{
background-color: #49211B;
}
</style>
border-color css
<style>
span { border-color: #49211B; }
span { border-color: rgb(73,33,27); }
td.TdClassName
{
border-color: #49211B;
}
.TagClassName
{
border-color: #49211B;
}
</style>