Shades of Scarlet Gum #490C58
Tints of Scarlet Gum #490C58
RGB
CMYK
RGB Variations
Color information
#490C58 (or 0x490C58) is known color: Scarlet Gum. HEX triplet: 49, 0C and 58. RGB value is (73,12,88). Sum of RGB (Red+Green+Blue) = 73+12+88=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #490C58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C58 is #B6F3A7. Grayscale: #262626. Windows color (decimal): -11989928 or 5770313. OLE color: 5770313.
HSL color Cylindrical-coordinate representation of color #490C58: hue angle of 288.16º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490C58 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 12 | 88 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.65 |
| HSL | 288.16º | 0.76% | 0.2% | - |
| HSV(B) | 288.16º | 0.86% | 0.35% | - |
| XYZ | 4.64 | 2.38 | 9.45 | - |
| YUV | 38.9 | 155.71 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 88 | 0.17 | 0.86 | 0 | 0.65 | 288.16 | 0.76 | 0.2 |
| Hex | 49 | C | 58 | 11 | 56 | 0 | 41 | 120 | 4C | 14 |
| Octal | 111 | 14 | 130 | 21 | 126 | 0 | 101 | 440 | 114 | 24 |
| Binary | 1001001 | 1100 | 1011000 | 10001 | 1010110 | 0 | 1000001 | 100100000 | 1001100 | 10100 |
Color Harmonies of #490C58
Complementary color
Monochromatic Colors of #490C58
Black with #490C58
Text Example
Text Example
White with #490C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490C58; }
p { color: rgb(73,12,88); }
H1.HeaderClassName
{
color: #490C58;
}
.AnyTagClassName
{
color: #490C58;
}
</style>
background-color css
<style>
a { background-color: #490C58; }
a { background-color: rgb(73,12,88); }
div.DivClassName
{
background-color: #490C58;
}
.BgClassName
{
background-color: #490C58;
}
</style>
border-color css
<style>
span { border-color: #490C58; }
span { border-color: rgb(73,12,88); }
td.TdClassName
{
border-color: #490C58;
}
.TagClassName
{
border-color: #490C58;
}
</style>