Shades of Scarlet Gum #490E59
Tints of Scarlet Gum #490E59
RGB
CMYK
RGB Variations
Color information
#490E59 (or 0x490E59) is known color: Scarlet Gum. HEX triplet: 49, 0E and 59. RGB value is (73,14,89). Sum of RGB (Red+Green+Blue) = 73+14+89=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #490E59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490E59 is #B6F1A6. Grayscale: #272727. Windows color (decimal): -11989415 or 5836361. OLE color: 5836361.
HSL color Cylindrical-coordinate representation of color #490E59: hue angle of 287.2º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490E59 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 14 | 89 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.65 |
| HSL | 287.2º | 0.73% | 0.2% | - |
| HSV(B) | 287.2º | 0.84% | 0.35% | - |
| XYZ | 4.71 | 2.45 | 9.68 | - |
| YUV | 40.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 89 | 0.18 | 0.84 | 0 | 0.65 | 287.2 | 0.73 | 0.2 |
| Hex | 49 | E | 59 | 12 | 54 | 0 | 41 | 11F | 49 | 14 |
| Octal | 111 | 16 | 131 | 22 | 124 | 0 | 101 | 437 | 111 | 24 |
| Binary | 1001001 | 1110 | 1011001 | 10010 | 1010100 | 0 | 1000001 | 100011111 | 1001001 | 10100 |
Color Harmonies of #490E59
Complementary color
Monochromatic Colors of #490E59
Black with #490E59
Text Example
Text Example
White with #490E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490E59; }
p { color: rgb(73,14,89); }
H1.HeaderClassName
{
color: #490E59;
}
.AnyTagClassName
{
color: #490E59;
}
</style>
background-color css
<style>
a { background-color: #490E59; }
a { background-color: rgb(73,14,89); }
div.DivClassName
{
background-color: #490E59;
}
.BgClassName
{
background-color: #490E59;
}
</style>
border-color css
<style>
span { border-color: #490E59; }
span { border-color: rgb(73,14,89); }
td.TdClassName
{
border-color: #490E59;
}
.TagClassName
{
border-color: #490E59;
}
</style>