Shades of Scarlet Gum #490D60
Tints of Scarlet Gum #490D60
RGB
CMYK
RGB Variations
Color information
#490D60 (or 0x490D60) is known color: Scarlet Gum. HEX triplet: 49, 0D and 60. RGB value is (73,13,96). Sum of RGB (Red+Green+Blue) = 73+13+96=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #490D60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490D60 is #B6F29F. Grayscale: #282828. Windows color (decimal): -11989664 or 6294857. OLE color: 6294857.
HSL color Cylindrical-coordinate representation of color #490D60: hue angle of 283.37º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490D60 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 13 | 96 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.62 |
| HSL | 283.37º | 0.76% | 0.21% | - |
| HSV(B) | 283.37º | 0.86% | 0.38% | - |
| XYZ | 5 | 2.55 | 11.29 | - |
| YUV | 40.4 | 159.38 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 96 | 0.24 | 0.86 | 0 | 0.62 | 283.37 | 0.76 | 0.21 |
| Hex | 49 | D | 60 | 18 | 56 | 0 | 3E | 11B | 4C | 15 |
| Octal | 111 | 15 | 140 | 30 | 126 | 0 | 76 | 433 | 114 | 25 |
| Binary | 1001001 | 1101 | 1100000 | 11000 | 1010110 | 0 | 111110 | 100011011 | 1001100 | 10101 |
Color Harmonies of #490D60
Complementary color
Monochromatic Colors of #490D60
Black with #490D60
Text Example
Text Example
White with #490D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D60; }
p { color: rgb(73,13,96); }
H1.HeaderClassName
{
color: #490D60;
}
.AnyTagClassName
{
color: #490D60;
}
</style>
background-color css
<style>
a { background-color: #490D60; }
a { background-color: rgb(73,13,96); }
div.DivClassName
{
background-color: #490D60;
}
.BgClassName
{
background-color: #490D60;
}
</style>
border-color css
<style>
span { border-color: #490D60; }
span { border-color: rgb(73,13,96); }
td.TdClassName
{
border-color: #490D60;
}
.TagClassName
{
border-color: #490D60;
}
</style>