Shades of Scarlet Gum #490F5B
Tints of Scarlet Gum #490F5B
RGB
CMYK
RGB Variations
Color information
#490F5B (or 0x490F5B) is known color: Scarlet Gum. HEX triplet: 49, 0F and 5B. RGB value is (73,15,91). Sum of RGB (Red+Green+Blue) = 73+15+91=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #490F5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F5B is #B6F0A4. Grayscale: #282828. Windows color (decimal): -11989157 or 5967689. OLE color: 5967689.
HSL color Cylindrical-coordinate representation of color #490F5B: hue angle of 285.79º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490F5B is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 15 | 91 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.64 |
| HSL | 285.79º | 0.72% | 0.21% | - |
| HSV(B) | 285.79º | 0.84% | 0.36% | - |
| XYZ | 4.81 | 2.51 | 10.13 | - |
| YUV | 41.01 | 156.22 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 91 | 0.20 | 0.84 | 0 | 0.64 | 285.79 | 0.72 | 0.21 |
| Hex | 49 | F | 5B | 14 | 54 | 0 | 40 | 11E | 48 | 15 |
| Octal | 111 | 17 | 133 | 24 | 124 | 0 | 100 | 436 | 110 | 25 |
| Binary | 1001001 | 1111 | 1011011 | 10100 | 1010100 | 0 | 1000000 | 100011110 | 1001000 | 10101 |
Color Harmonies of #490F5B
Complementary color
Monochromatic Colors of #490F5B
Black with #490F5B
Text Example
Text Example
White with #490F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F5B; }
p { color: rgb(73,15,91); }
H1.HeaderClassName
{
color: #490F5B;
}
.AnyTagClassName
{
color: #490F5B;
}
</style>
background-color css
<style>
a { background-color: #490F5B; }
a { background-color: rgb(73,15,91); }
div.DivClassName
{
background-color: #490F5B;
}
.BgClassName
{
background-color: #490F5B;
}
</style>
border-color css
<style>
span { border-color: #490F5B; }
span { border-color: rgb(73,15,91); }
td.TdClassName
{
border-color: #490F5B;
}
.TagClassName
{
border-color: #490F5B;
}
</style>