Shades of Caput Mortuum #49251F
Tints of Caput Mortuum #49251F
RGB
CMYK
RGB Variations
Color information
#49251F (or 0x49251F) is known color: Caput Mortuum. HEX triplet: 49, 25 and 1F. RGB value is (73,37,31). Sum of RGB (Red+Green+Blue) = 73+37+31=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #49251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49251F is #B6DAE0. Grayscale: #2F2F2F. Windows color (decimal): -11983585 or 2041161. OLE color: 2041161.
HSL color Cylindrical-coordinate representation of color #49251F: hue angle of 8.57º 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 #49251F is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 37 | 31 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.71 |
| HSL | 8.57º | 0.4% | 0.2% | - |
| HSV(B) | 8.57º | 0.58% | 0.29% | - |
| XYZ | 3.66 | 2.84 | 1.65 | - |
| YUV | 47.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 31 | 0 | 0.49 | 0.58 | 0.71 | 8.57 | 0.4 | 0.2 |
| Hex | 49 | 25 | 1F | 0 | 31 | 3A | 47 | 9 | 28 | 14 |
| Octal | 111 | 45 | 37 | 0 | 61 | 72 | 107 | 11 | 50 | 24 |
| Binary | 1001001 | 100101 | 11111 | 0 | 110001 | 111010 | 1000111 | 1001 | 101000 | 10100 |
Color Harmonies of #49251F
Complementary color
Monochromatic Colors of #49251F
Black with #49251F
Text Example
Text Example
White with #49251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49251F; }
p { color: rgb(73,37,31); }
H1.HeaderClassName
{
color: #49251F;
}
.AnyTagClassName
{
color: #49251F;
}
</style>
background-color css
<style>
a { background-color: #49251F; }
a { background-color: rgb(73,37,31); }
div.DivClassName
{
background-color: #49251F;
}
.BgClassName
{
background-color: #49251F;
}
</style>
border-color css
<style>
span { border-color: #49251F; }
span { border-color: rgb(73,37,31); }
td.TdClassName
{
border-color: #49251F;
}
.TagClassName
{
border-color: #49251F;
}
</style>