Shades of Scarlet Gum #490B5B
Tints of Scarlet Gum #490B5B
RGB
CMYK
RGB Variations
Color information
#490B5B (or 0x490B5B) is known color: Scarlet Gum. HEX triplet: 49, 0B and 5B. RGB value is (73,11,91). Sum of RGB (Red+Green+Blue) = 73+11+91=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #490B5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490B5B is #B6F4A4. Grayscale: #262626. Windows color (decimal): -11990181 or 5966665. OLE color: 5966665.
HSL color Cylindrical-coordinate representation of color #490B5B: hue angle of 286.5º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490B5B is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 11 | 91 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.64 |
| HSL | 286.5º | 0.78% | 0.2% | - |
| HSV(B) | 286.5º | 0.88% | 0.36% | - |
| XYZ | 4.76 | 2.41 | 10.11 | - |
| YUV | 38.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 91 | 0.20 | 0.88 | 0 | 0.64 | 286.5 | 0.78 | 0.2 |
| Hex | 49 | B | 5B | 14 | 58 | 0 | 40 | 11E | 4E | 14 |
| Octal | 111 | 13 | 133 | 24 | 130 | 0 | 100 | 436 | 116 | 24 |
| Binary | 1001001 | 1011 | 1011011 | 10100 | 1011000 | 0 | 1000000 | 100011110 | 1001110 | 10100 |
Color Harmonies of #490B5B
Complementary color
Monochromatic Colors of #490B5B
Black with #490B5B
Text Example
Text Example
White with #490B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B5B; }
p { color: rgb(73,11,91); }
H1.HeaderClassName
{
color: #490B5B;
}
.AnyTagClassName
{
color: #490B5B;
}
</style>
background-color css
<style>
a { background-color: #490B5B; }
a { background-color: rgb(73,11,91); }
div.DivClassName
{
background-color: #490B5B;
}
.BgClassName
{
background-color: #490B5B;
}
</style>
border-color css
<style>
span { border-color: #490B5B; }
span { border-color: rgb(73,11,91); }
td.TdClassName
{
border-color: #490B5B;
}
.TagClassName
{
border-color: #490B5B;
}
</style>