Shades of Scarlet Gum #490F57
Tints of Scarlet Gum #490F57
RGB
CMYK
RGB Variations
Color information
#490F57 (or 0x490F57) is known color: Scarlet Gum. HEX triplet: 49, 0F and 57. RGB value is (73,15,87). Sum of RGB (Red+Green+Blue) = 73+15+87=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #490F57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F57 is #B6F0A8. Grayscale: #282828. Windows color (decimal): -11989161 or 5705545. OLE color: 5705545.
HSL color Cylindrical-coordinate representation of color #490F57: hue angle of 288.33º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #490F57 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 15 | 87 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.66 |
| HSL | 288.33º | 0.71% | 0.2% | - |
| HSV(B) | 288.33º | 0.83% | 0.34% | - |
| XYZ | 4.64 | 2.45 | 9.24 | - |
| YUV | 40.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 87 | 0.16 | 0.83 | 0 | 0.66 | 288.33 | 0.71 | 0.2 |
| Hex | 49 | F | 57 | 10 | 53 | 0 | 42 | 120 | 47 | 14 |
| Octal | 111 | 17 | 127 | 20 | 123 | 0 | 102 | 440 | 107 | 24 |
| Binary | 1001001 | 1111 | 1010111 | 10000 | 1010011 | 0 | 1000010 | 100100000 | 1000111 | 10100 |
Color Harmonies of #490F57
Complementary color
Monochromatic Colors of #490F57
Black with #490F57
Text Example
Text Example
White with #490F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F57; }
p { color: rgb(73,15,87); }
H1.HeaderClassName
{
color: #490F57;
}
.AnyTagClassName
{
color: #490F57;
}
</style>
background-color css
<style>
a { background-color: #490F57; }
a { background-color: rgb(73,15,87); }
div.DivClassName
{
background-color: #490F57;
}
.BgClassName
{
background-color: #490F57;
}
</style>
border-color css
<style>
span { border-color: #490F57; }
span { border-color: rgb(73,15,87); }
td.TdClassName
{
border-color: #490F57;
}
.TagClassName
{
border-color: #490F57;
}
</style>