Shades of Caput Mortuum #491F1B
Tints of Caput Mortuum #491F1B
RGB
CMYK
RGB Variations
Color information
#491F1B (or 0x491F1B) is known color: Caput Mortuum. HEX triplet: 49, 1F and 1B. RGB value is (73,31,27). Sum of RGB (Red+Green+Blue) = 73+31+27=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #491F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F1B is #B6E0E4. Grayscale: #2B2B2B. Windows color (decimal): -11985125 or 1777481. OLE color: 1777481.
HSL color Cylindrical-coordinate representation of color #491F1B: hue angle of 5.22º 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 #491F1B is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 31 | 27 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.71 |
| HSL | 5.22º | 0.46% | 0.2% | - |
| HSV(B) | 5.22º | 0.63% | 0.29% | - |
| XYZ | 3.44 | 2.48 | 1.33 | - |
| YUV | 43.1 | 118.91 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 27 | 0 | 0.58 | 0.63 | 0.71 | 5.22 | 0.46 | 0.2 |
| Hex | 49 | 1F | 1B | 0 | 3A | 3F | 47 | 5 | 2E | 14 |
| Octal | 111 | 37 | 33 | 0 | 72 | 77 | 107 | 5 | 56 | 24 |
| Binary | 1001001 | 11111 | 11011 | 0 | 111010 | 111111 | 1000111 | 101 | 101110 | 10100 |
Color Harmonies of #491F1B
Complementary color
Monochromatic Colors of #491F1B
Black with #491F1B
Text Example
Text Example
White with #491F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F1B; }
p { color: rgb(73,31,27); }
H1.HeaderClassName
{
color: #491F1B;
}
.AnyTagClassName
{
color: #491F1B;
}
</style>
background-color css
<style>
a { background-color: #491F1B; }
a { background-color: rgb(73,31,27); }
div.DivClassName
{
background-color: #491F1B;
}
.BgClassName
{
background-color: #491F1B;
}
</style>
border-color css
<style>
span { border-color: #491F1B; }
span { border-color: rgb(73,31,27); }
td.TdClassName
{
border-color: #491F1B;
}
.TagClassName
{
border-color: #491F1B;
}
</style>