Shades of Caput Mortuum #491C17
Tints of Caput Mortuum #491C17
RGB
CMYK
RGB Variations
Color information
#491C17 (or 0x491C17) is known color: Caput Mortuum. HEX triplet: 49, 1C and 17. RGB value is (73,28,23). Sum of RGB (Red+Green+Blue) = 73+28+23=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #491C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C17 is #B6E3E8. Grayscale: #282828. Windows color (decimal): -11985897 or 1514569. OLE color: 1514569.
HSL color Cylindrical-coordinate representation of color #491C17: hue angle of 6º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #491C17 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 28 | 23 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.71 |
| HSL | 6º | 0.52% | 0.19% | - |
| HSV(B) | 6º | 0.68% | 0.29% | - |
| XYZ | 3.32 | 2.31 | 1.08 | - |
| YUV | 40.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 23 | 0 | 0.62 | 0.68 | 0.71 | 6 | 0.52 | 0.19 |
| Hex | 49 | 1C | 17 | 0 | 3E | 44 | 47 | 6 | 34 | 13 |
| Octal | 111 | 34 | 27 | 0 | 76 | 104 | 107 | 6 | 64 | 23 |
| Binary | 1001001 | 11100 | 10111 | 0 | 111110 | 1000100 | 1000111 | 110 | 110100 | 10011 |
Color Harmonies of #491C17
Complementary color
Monochromatic Colors of #491C17
Black with #491C17
Text Example
Text Example
White with #491C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C17; }
p { color: rgb(73,28,23); }
H1.HeaderClassName
{
color: #491C17;
}
.AnyTagClassName
{
color: #491C17;
}
</style>
background-color css
<style>
a { background-color: #491C17; }
a { background-color: rgb(73,28,23); }
div.DivClassName
{
background-color: #491C17;
}
.BgClassName
{
background-color: #491C17;
}
</style>
border-color css
<style>
span { border-color: #491C17; }
span { border-color: rgb(73,28,23); }
td.TdClassName
{
border-color: #491C17;
}
.TagClassName
{
border-color: #491C17;
}
</style>