Shades of Scarlet Gum #490D59
Tints of Scarlet Gum #490D59
RGB
CMYK
RGB Variations
Color information
#490D59 (or 0x490D59) is known color: Scarlet Gum. HEX triplet: 49, 0D and 59. RGB value is (73,13,89). Sum of RGB (Red+Green+Blue) = 73+13+89=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #490D59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490D59 is #B6F2A6. Grayscale: #272727. Windows color (decimal): -11989671 or 5836105. OLE color: 5836105.
HSL color Cylindrical-coordinate representation of color #490D59: hue angle of 287.37º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #490D59 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 13 | 89 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.65 |
| HSL | 287.37º | 0.75% | 0.2% | - |
| HSV(B) | 287.37º | 0.85% | 0.35% | - |
| XYZ | 4.69 | 2.43 | 9.67 | - |
| YUV | 39.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 89 | 0.18 | 0.85 | 0 | 0.65 | 287.37 | 0.75 | 0.2 |
| Hex | 49 | D | 59 | 12 | 55 | 0 | 41 | 11F | 4B | 14 |
| Octal | 111 | 15 | 131 | 22 | 125 | 0 | 101 | 437 | 113 | 24 |
| Binary | 1001001 | 1101 | 1011001 | 10010 | 1010101 | 0 | 1000001 | 100011111 | 1001011 | 10100 |
Color Harmonies of #490D59
Complementary color
Monochromatic Colors of #490D59
Black with #490D59
Text Example
Text Example
White with #490D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D59; }
p { color: rgb(73,13,89); }
H1.HeaderClassName
{
color: #490D59;
}
.AnyTagClassName
{
color: #490D59;
}
</style>
background-color css
<style>
a { background-color: #490D59; }
a { background-color: rgb(73,13,89); }
div.DivClassName
{
background-color: #490D59;
}
.BgClassName
{
background-color: #490D59;
}
</style>
border-color css
<style>
span { border-color: #490D59; }
span { border-color: rgb(73,13,89); }
td.TdClassName
{
border-color: #490D59;
}
.TagClassName
{
border-color: #490D59;
}
</style>