Shades of Scarlet Gum #491E59
Tints of Scarlet Gum #491E59
RGB
CMYK
RGB Variations
Color information
#491E59 (or 0x491E59) is known color: Scarlet Gum. HEX triplet: 49, 1E and 59. RGB value is (73,30,89). Sum of RGB (Red+Green+Blue) = 73+30+89=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #491E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E59 is #B6E1A6. Grayscale: #313131. Windows color (decimal): -11985319 or 5840457. OLE color: 5840457.
HSL color Cylindrical-coordinate representation of color #491E59: hue angle of 283.73º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #491E59 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 30 | 89 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.65 |
| HSL | 283.73º | 0.5% | 0.23% | - |
| HSV(B) | 283.73º | 0.66% | 0.35% | - |
| XYZ | 5.02 | 3.07 | 9.78 | - |
| YUV | 49.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 89 | 0.18 | 0.66 | 0 | 0.65 | 283.73 | 0.5 | 0.23 |
| Hex | 49 | 1E | 59 | 12 | 42 | 0 | 41 | 11C | 32 | 17 |
| Octal | 111 | 36 | 131 | 22 | 102 | 0 | 101 | 434 | 62 | 27 |
| Binary | 1001001 | 11110 | 1011001 | 10010 | 1000010 | 0 | 1000001 | 100011100 | 110010 | 10111 |
Color Harmonies of #491E59
Complementary color
Monochromatic Colors of #491E59
Black with #491E59
Text Example
Text Example
White with #491E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491E59; }
p { color: rgb(73,30,89); }
H1.HeaderClassName
{
color: #491E59;
}
.AnyTagClassName
{
color: #491E59;
}
</style>
background-color css
<style>
a { background-color: #491E59; }
a { background-color: rgb(73,30,89); }
div.DivClassName
{
background-color: #491E59;
}
.BgClassName
{
background-color: #491E59;
}
</style>
border-color css
<style>
span { border-color: #491E59; }
span { border-color: rgb(73,30,89); }
td.TdClassName
{
border-color: #491E59;
}
.TagClassName
{
border-color: #491E59;
}
</style>