Shades of Scarlet Gum #49285A
Tints of Scarlet Gum #49285A
RGB
CMYK
RGB Variations
Color information
#49285A (or 0x49285A) is known color: Scarlet Gum. HEX triplet: 49, 28 and 5A. RGB value is (73,40,90). Sum of RGB (Red+Green+Blue) = 73+40+90=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #49285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49285A is #B6D7A5. Grayscale: #373737. Windows color (decimal): -11982758 or 5908553. OLE color: 5908553.
HSL color Cylindrical-coordinate representation of color #49285A: hue angle of 279.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49285A is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 40 | 90 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.65 |
| HSL | 279.6º | 0.38% | 0.25% | - |
| HSV(B) | 279.6º | 0.56% | 0.35% | - |
| XYZ | 5.35 | 3.67 | 10.1 | - |
| YUV | 55.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 90 | 0.19 | 0.56 | 0 | 0.65 | 279.6 | 0.38 | 0.25 |
| Hex | 49 | 28 | 5A | 13 | 38 | 0 | 41 | 118 | 26 | 19 |
| Octal | 111 | 50 | 132 | 23 | 70 | 0 | 101 | 430 | 46 | 31 |
| Binary | 1001001 | 101000 | 1011010 | 10011 | 111000 | 0 | 1000001 | 100011000 | 100110 | 11001 |
Color Harmonies of #49285A
Complementary color
Monochromatic Colors of #49285A
Black with #49285A
Text Example
Text Example
White with #49285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49285A; }
p { color: rgb(73,40,90); }
H1.HeaderClassName
{
color: #49285A;
}
.AnyTagClassName
{
color: #49285A;
}
</style>
background-color css
<style>
a { background-color: #49285A; }
a { background-color: rgb(73,40,90); }
div.DivClassName
{
background-color: #49285A;
}
.BgClassName
{
background-color: #49285A;
}
</style>
border-color css
<style>
span { border-color: #49285A; }
span { border-color: rgb(73,40,90); }
td.TdClassName
{
border-color: #49285A;
}
.TagClassName
{
border-color: #49285A;
}
</style>