Shades of Caput Mortuum #49231F
Tints of Caput Mortuum #49231F
RGB
CMYK
RGB Variations
Color information
#49231F (or 0x49231F) is known color: Caput Mortuum. HEX triplet: 49, 23 and 1F. RGB value is (73,35,31). Sum of RGB (Red+Green+Blue) = 73+35+31=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #49231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49231F is #B6DCE0. Grayscale: #2D2D2D. Windows color (decimal): -11984097 or 2040649. OLE color: 2040649.
HSL color Cylindrical-coordinate representation of color #49231F: hue angle of 5.71º 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 #49231F is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 35 | 31 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.71 |
| HSL | 5.71º | 0.4% | 0.2% | - |
| HSV(B) | 5.71º | 0.58% | 0.29% | - |
| XYZ | 3.6 | 2.72 | 1.63 | - |
| YUV | 45.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 31 | 0 | 0.52 | 0.58 | 0.71 | 5.71 | 0.4 | 0.2 |
| Hex | 49 | 23 | 1F | 0 | 34 | 3A | 47 | 6 | 28 | 14 |
| Octal | 111 | 43 | 37 | 0 | 64 | 72 | 107 | 6 | 50 | 24 |
| Binary | 1001001 | 100011 | 11111 | 0 | 110100 | 111010 | 1000111 | 110 | 101000 | 10100 |
Color Harmonies of #49231F
Complementary color
Monochromatic Colors of #49231F
Black with #49231F
Text Example
Text Example
White with #49231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49231F; }
p { color: rgb(73,35,31); }
H1.HeaderClassName
{
color: #49231F;
}
.AnyTagClassName
{
color: #49231F;
}
</style>
background-color css
<style>
a { background-color: #49231F; }
a { background-color: rgb(73,35,31); }
div.DivClassName
{
background-color: #49231F;
}
.BgClassName
{
background-color: #49231F;
}
</style>
border-color css
<style>
span { border-color: #49231F; }
span { border-color: rgb(73,35,31); }
td.TdClassName
{
border-color: #49231F;
}
.TagClassName
{
border-color: #49231F;
}
</style>