Shades of Scarlet Gum #490B58
Tints of Scarlet Gum #490B58
RGB
CMYK
RGB Variations
Color information
#490B58 (or 0x490B58) is known color: Scarlet Gum. HEX triplet: 49, 0B and 58. RGB value is (73,11,88). Sum of RGB (Red+Green+Blue) = 73+11+88=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #490B58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490B58 is #B6F4A7. Grayscale: #262626. Windows color (decimal): -11990184 or 5770057. OLE color: 5770057.
HSL color Cylindrical-coordinate representation of color #490B58: hue angle of 288.31º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490B58 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 11 | 88 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.65 |
| HSL | 288.31º | 0.78% | 0.19% | - |
| HSV(B) | 288.31º | 0.88% | 0.35% | - |
| XYZ | 4.63 | 2.36 | 9.44 | - |
| YUV | 38.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 88 | 0.17 | 0.88 | 0 | 0.65 | 288.31 | 0.78 | 0.19 |
| Hex | 49 | B | 58 | 11 | 58 | 0 | 41 | 120 | 4E | 13 |
| Octal | 111 | 13 | 130 | 21 | 130 | 0 | 101 | 440 | 116 | 23 |
| Binary | 1001001 | 1011 | 1011000 | 10001 | 1011000 | 0 | 1000001 | 100100000 | 1001110 | 10011 |
Color Harmonies of #490B58
Complementary color
Monochromatic Colors of #490B58
Black with #490B58
Text Example
Text Example
White with #490B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B58; }
p { color: rgb(73,11,88); }
H1.HeaderClassName
{
color: #490B58;
}
.AnyTagClassName
{
color: #490B58;
}
</style>
background-color css
<style>
a { background-color: #490B58; }
a { background-color: rgb(73,11,88); }
div.DivClassName
{
background-color: #490B58;
}
.BgClassName
{
background-color: #490B58;
}
</style>
border-color css
<style>
span { border-color: #490B58; }
span { border-color: rgb(73,11,88); }
td.TdClassName
{
border-color: #490B58;
}
.TagClassName
{
border-color: #490B58;
}
</style>