Shades of Caput Mortuum #491B17
Tints of Caput Mortuum #491B17
RGB
CMYK
RGB Variations
Color information
#491B17 (or 0x491B17) is known color: Caput Mortuum. HEX triplet: 49, 1B and 17. RGB value is (73,27,23). Sum of RGB (Red+Green+Blue) = 73+27+23=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #491B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491B17 is #B6E4E8. Grayscale: #282828. Windows color (decimal): -11986153 or 1514313. OLE color: 1514313.
HSL color Cylindrical-coordinate representation of color #491B17: hue angle of 4.8º 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 #491B17 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 27 | 23 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.71 |
| HSL | 4.8º | 0.52% | 0.19% | - |
| HSV(B) | 4.8º | 0.68% | 0.29% | - |
| XYZ | 3.29 | 2.26 | 1.07 | - |
| YUV | 40.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 23 | 0 | 0.63 | 0.68 | 0.71 | 4.8 | 0.52 | 0.19 |
| Hex | 49 | 1B | 17 | 0 | 3F | 44 | 47 | 5 | 34 | 13 |
| Octal | 111 | 33 | 27 | 0 | 77 | 104 | 107 | 5 | 64 | 23 |
| Binary | 1001001 | 11011 | 10111 | 0 | 111111 | 1000100 | 1000111 | 101 | 110100 | 10011 |
Color Harmonies of #491B17
Complementary color
Monochromatic Colors of #491B17
Black with #491B17
Text Example
Text Example
White with #491B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B17; }
p { color: rgb(73,27,23); }
H1.HeaderClassName
{
color: #491B17;
}
.AnyTagClassName
{
color: #491B17;
}
</style>
background-color css
<style>
a { background-color: #491B17; }
a { background-color: rgb(73,27,23); }
div.DivClassName
{
background-color: #491B17;
}
.BgClassName
{
background-color: #491B17;
}
</style>
border-color css
<style>
span { border-color: #491B17; }
span { border-color: rgb(73,27,23); }
td.TdClassName
{
border-color: #491B17;
}
.TagClassName
{
border-color: #491B17;
}
</style>