Shades of Caput Mortuum #491E1C
Tints of Caput Mortuum #491E1C
RGB
CMYK
RGB Variations
Color information
#491E1C (or 0x491E1C) is known color: Caput Mortuum. HEX triplet: 49, 1E and 1C. RGB value is (73,30,28). Sum of RGB (Red+Green+Blue) = 73+30+28=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #491E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E1C is #B6E1E3. Grayscale: #2A2A2A. Windows color (decimal): -11985380 or 1842761. OLE color: 1842761.
HSL color Cylindrical-coordinate representation of color #491E1C: hue angle of 2.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #491E1C is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 30 | 28 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.71 |
| HSL | 2.67º | 0.45% | 0.2% | - |
| HSV(B) | 2.67º | 0.62% | 0.29% | - |
| XYZ | 3.42 | 2.43 | 1.39 | - |
| YUV | 42.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 28 | 0 | 0.59 | 0.62 | 0.71 | 2.67 | 0.45 | 0.2 |
| Hex | 49 | 1E | 1C | 0 | 3B | 3E | 47 | 3 | 2D | 14 |
| Octal | 111 | 36 | 34 | 0 | 73 | 76 | 107 | 3 | 55 | 24 |
| Binary | 1001001 | 11110 | 11100 | 0 | 111011 | 111110 | 1000111 | 11 | 101101 | 10100 |
Color Harmonies of #491E1C
Complementary color
Monochromatic Colors of #491E1C
Black with #491E1C
Text Example
Text Example
White with #491E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491E1C; }
p { color: rgb(73,30,28); }
H1.HeaderClassName
{
color: #491E1C;
}
.AnyTagClassName
{
color: #491E1C;
}
</style>
background-color css
<style>
a { background-color: #491E1C; }
a { background-color: rgb(73,30,28); }
div.DivClassName
{
background-color: #491E1C;
}
.BgClassName
{
background-color: #491E1C;
}
</style>
border-color css
<style>
span { border-color: #491E1C; }
span { border-color: rgb(73,30,28); }
td.TdClassName
{
border-color: #491E1C;
}
.TagClassName
{
border-color: #491E1C;
}
</style>