Shades of Caput Mortuum #49201F
Tints of Caput Mortuum #49201F
RGB
CMYK
RGB Variations
Color information
#49201F (or 0x49201F) is known color: Caput Mortuum. HEX triplet: 49, 20 and 1F. RGB value is (73,32,31). Sum of RGB (Red+Green+Blue) = 73+32+31=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #49201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49201F is #B6DFE0. Grayscale: #2C2C2C. Windows color (decimal): -11984865 or 2039881. OLE color: 2039881.
HSL color Cylindrical-coordinate representation of color #49201F: hue angle of 1.43º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49201F is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 32 | 31 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.71 |
| HSL | 1.43º | 0.4% | 0.2% | - |
| HSV(B) | 1.43º | 0.58% | 0.29% | - |
| XYZ | 3.51 | 2.55 | 1.6 | - |
| YUV | 44.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 31 | 0 | 0.56 | 0.58 | 0.71 | 1.43 | 0.4 | 0.2 |
| Hex | 49 | 20 | 1F | 0 | 38 | 3A | 47 | 1 | 28 | 14 |
| Octal | 111 | 40 | 37 | 0 | 70 | 72 | 107 | 1 | 50 | 24 |
| Binary | 1001001 | 100000 | 11111 | 0 | 111000 | 111010 | 1000111 | 1 | 101000 | 10100 |
Color Harmonies of #49201F
Complementary color
Monochromatic Colors of #49201F
Black with #49201F
Text Example
Text Example
White with #49201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49201F; }
p { color: rgb(73,32,31); }
H1.HeaderClassName
{
color: #49201F;
}
.AnyTagClassName
{
color: #49201F;
}
</style>
background-color css
<style>
a { background-color: #49201F; }
a { background-color: rgb(73,32,31); }
div.DivClassName
{
background-color: #49201F;
}
.BgClassName
{
background-color: #49201F;
}
</style>
border-color css
<style>
span { border-color: #49201F; }
span { border-color: rgb(73,32,31); }
td.TdClassName
{
border-color: #49201F;
}
.TagClassName
{
border-color: #49201F;
}
</style>