Shades of Scarlet Gum #49315A
Tints of Scarlet Gum #49315A
RGB
CMYK
RGB Variations
Color information
#49315A (or 0x49315A) is known color: Scarlet Gum. HEX triplet: 49, 31 and 5A. RGB value is (73,49,90). Sum of RGB (Red+Green+Blue) = 73+49+90=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #49315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49315A is #B6CEA5. Grayscale: #3C3C3C. Windows color (decimal): -11980454 or 5910857. OLE color: 5910857.
HSL color Cylindrical-coordinate representation of color #49315A: hue angle of 275.12º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49315A is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 49 | 90 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.65 |
| HSL | 275.12º | 0.29% | 0.27% | - |
| HSV(B) | 275.12º | 0.46% | 0.35% | - |
| XYZ | 5.69 | 4.35 | 10.21 | - |
| YUV | 60.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 90 | 0.19 | 0.46 | 0 | 0.65 | 275.12 | 0.29 | 0.27 |
| Hex | 49 | 31 | 5A | 13 | 2E | 0 | 41 | 113 | 1D | 1B |
| Octal | 111 | 61 | 132 | 23 | 56 | 0 | 101 | 423 | 35 | 33 |
| Binary | 1001001 | 110001 | 1011010 | 10011 | 101110 | 0 | 1000001 | 100010011 | 11101 | 11011 |
Color Harmonies of #49315A
Complementary color
Monochromatic Colors of #49315A
Black with #49315A
Text Example
Text Example
White with #49315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49315A; }
p { color: rgb(73,49,90); }
H1.HeaderClassName
{
color: #49315A;
}
.AnyTagClassName
{
color: #49315A;
}
</style>
background-color css
<style>
a { background-color: #49315A; }
a { background-color: rgb(73,49,90); }
div.DivClassName
{
background-color: #49315A;
}
.BgClassName
{
background-color: #49315A;
}
</style>
border-color css
<style>
span { border-color: #49315A; }
span { border-color: rgb(73,49,90); }
td.TdClassName
{
border-color: #49315A;
}
.TagClassName
{
border-color: #49315A;
}
</style>