Shades of Scarlet Gum #490D63
Tints of Scarlet Gum #490D63
RGB
CMYK
RGB Variations
Color information
#490D63 (or 0x490D63) is known color: Scarlet Gum. HEX triplet: 49, 0D and 63. RGB value is (73,13,99). Sum of RGB (Red+Green+Blue) = 73+13+99=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #490D63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490D63 is #B6F29C. Grayscale: #282828. Windows color (decimal): -11989661 or 6491465. OLE color: 6491465.
HSL color Cylindrical-coordinate representation of color #490D63: hue angle of 281.86º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #490D63 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 13 | 99 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.61 |
| HSL | 281.86º | 0.77% | 0.22% | - |
| HSV(B) | 281.86º | 0.87% | 0.39% | - |
| XYZ | 5.14 | 2.61 | 12.04 | - |
| YUV | 40.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 99 | 0.26 | 0.87 | 0 | 0.61 | 281.86 | 0.77 | 0.22 |
| Hex | 49 | D | 63 | 1A | 57 | 0 | 3D | 11A | 4D | 16 |
| Octal | 111 | 15 | 143 | 32 | 127 | 0 | 75 | 432 | 115 | 26 |
| Binary | 1001001 | 1101 | 1100011 | 11010 | 1010111 | 0 | 111101 | 100011010 | 1001101 | 10110 |
Color Harmonies of #490D63
Complementary color
Monochromatic Colors of #490D63
Black with #490D63
Text Example
Text Example
White with #490D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D63; }
p { color: rgb(73,13,99); }
H1.HeaderClassName
{
color: #490D63;
}
.AnyTagClassName
{
color: #490D63;
}
</style>
background-color css
<style>
a { background-color: #490D63; }
a { background-color: rgb(73,13,99); }
div.DivClassName
{
background-color: #490D63;
}
.BgClassName
{
background-color: #490D63;
}
</style>
border-color css
<style>
span { border-color: #490D63; }
span { border-color: rgb(73,13,99); }
td.TdClassName
{
border-color: #490D63;
}
.TagClassName
{
border-color: #490D63;
}
</style>