Shades of Caput Mortuum #49201D
Tints of Caput Mortuum #49201D
RGB
CMYK
RGB Variations
Color information
#49201D (or 0x49201D) is known color: Caput Mortuum. HEX triplet: 49, 20 and 1D. RGB value is (73,32,29). Sum of RGB (Red+Green+Blue) = 73+32+29=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #49201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49201D is #B6DFE2. Grayscale: #2B2B2B. Windows color (decimal): -11984867 or 1908809. OLE color: 1908809.
HSL color Cylindrical-coordinate representation of color #49201D: hue angle of 4.09º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49201D is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 32 | 29 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.71 |
| HSL | 4.09º | 0.43% | 0.2% | - |
| HSV(B) | 4.09º | 0.6% | 0.29% | - |
| XYZ | 3.49 | 2.54 | 1.47 | - |
| YUV | 43.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 29 | 0 | 0.56 | 0.60 | 0.71 | 4.09 | 0.43 | 0.2 |
| Hex | 49 | 20 | 1D | 0 | 38 | 3C | 47 | 4 | 2B | 14 |
| Octal | 111 | 40 | 35 | 0 | 70 | 74 | 107 | 4 | 53 | 24 |
| Binary | 1001001 | 100000 | 11101 | 0 | 111000 | 111100 | 1000111 | 100 | 101011 | 10100 |
Color Harmonies of #49201D
Complementary color
Monochromatic Colors of #49201D
Black with #49201D
Text Example
Text Example
White with #49201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49201D; }
p { color: rgb(73,32,29); }
H1.HeaderClassName
{
color: #49201D;
}
.AnyTagClassName
{
color: #49201D;
}
</style>
background-color css
<style>
a { background-color: #49201D; }
a { background-color: rgb(73,32,29); }
div.DivClassName
{
background-color: #49201D;
}
.BgClassName
{
background-color: #49201D;
}
</style>
border-color css
<style>
span { border-color: #49201D; }
span { border-color: rgb(73,32,29); }
td.TdClassName
{
border-color: #49201D;
}
.TagClassName
{
border-color: #49201D;
}
</style>