Shades of Scarlet Gum #491959
Tints of Scarlet Gum #491959
RGB
CMYK
RGB Variations
Color information
#491959 (or 0x491959) is known color: Scarlet Gum. HEX triplet: 49, 19 and 59. RGB value is (73,25,89). Sum of RGB (Red+Green+Blue) = 73+25+89=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #491959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491959 is #B6E6A6. Grayscale: #2E2E2E. Windows color (decimal): -11986599 or 5839177. OLE color: 5839177.
HSL color Cylindrical-coordinate representation of color #491959: hue angle of 285º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #491959 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 25 | 89 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.65 |
| HSL | 285º | 0.56% | 0.22% | - |
| HSV(B) | 285º | 0.72% | 0.35% | - |
| XYZ | 4.9 | 2.83 | 9.74 | - |
| YUV | 46.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 89 | 0.18 | 0.72 | 0 | 0.65 | 285 | 0.56 | 0.22 |
| Hex | 49 | 19 | 59 | 12 | 48 | 0 | 41 | 11D | 38 | 16 |
| Octal | 111 | 31 | 131 | 22 | 110 | 0 | 101 | 435 | 70 | 26 |
| Binary | 1001001 | 11001 | 1011001 | 10010 | 1001000 | 0 | 1000001 | 100011101 | 111000 | 10110 |
Color Harmonies of #491959
Complementary color
Monochromatic Colors of #491959
Black with #491959
Text Example
Text Example
White with #491959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491959; }
p { color: rgb(73,25,89); }
H1.HeaderClassName
{
color: #491959;
}
.AnyTagClassName
{
color: #491959;
}
</style>
background-color css
<style>
a { background-color: #491959; }
a { background-color: rgb(73,25,89); }
div.DivClassName
{
background-color: #491959;
}
.BgClassName
{
background-color: #491959;
}
</style>
border-color css
<style>
span { border-color: #491959; }
span { border-color: rgb(73,25,89); }
td.TdClassName
{
border-color: #491959;
}
.TagClassName
{
border-color: #491959;
}
</style>