Shades of Scarlet Gum #49205A
Tints of Scarlet Gum #49205A
RGB
CMYK
RGB Variations
Color information
#49205A (or 0x49205A) is known color: Scarlet Gum. HEX triplet: 49, 20 and 5A. RGB value is (73,32,90). Sum of RGB (Red+Green+Blue) = 73+32+90=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #49205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49205A is #B6DFA5. Grayscale: #323232. Windows color (decimal): -11984806 or 5906505. OLE color: 5906505.
HSL color Cylindrical-coordinate representation of color #49205A: hue angle of 282.41º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49205A is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 32 | 90 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.65 |
| HSL | 282.41º | 0.48% | 0.24% | - |
| HSV(B) | 282.41º | 0.64% | 0.35% | - |
| XYZ | 5.11 | 3.19 | 10.02 | - |
| YUV | 50.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 90 | 0.19 | 0.64 | 0 | 0.65 | 282.41 | 0.48 | 0.24 |
| Hex | 49 | 20 | 5A | 13 | 40 | 0 | 41 | 11A | 30 | 18 |
| Octal | 111 | 40 | 132 | 23 | 100 | 0 | 101 | 432 | 60 | 30 |
| Binary | 1001001 | 100000 | 1011010 | 10011 | 1000000 | 0 | 1000001 | 100011010 | 110000 | 11000 |
Color Harmonies of #49205A
Complementary color
Monochromatic Colors of #49205A
Black with #49205A
Text Example
Text Example
White with #49205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49205A; }
p { color: rgb(73,32,90); }
H1.HeaderClassName
{
color: #49205A;
}
.AnyTagClassName
{
color: #49205A;
}
</style>
background-color css
<style>
a { background-color: #49205A; }
a { background-color: rgb(73,32,90); }
div.DivClassName
{
background-color: #49205A;
}
.BgClassName
{
background-color: #49205A;
}
</style>
border-color css
<style>
span { border-color: #49205A; }
span { border-color: rgb(73,32,90); }
td.TdClassName
{
border-color: #49205A;
}
.TagClassName
{
border-color: #49205A;
}
</style>