Shades of Scarlet Gum #49385A
Tints of Scarlet Gum #49385A
RGB
CMYK
RGB Variations
Color information
#49385A (or 0x49385A) is known color: Scarlet Gum. HEX triplet: 49, 38 and 5A. RGB value is (73,56,90). Sum of RGB (Red+Green+Blue) = 73+56+90=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #49385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49385A is #B6C7A5. Grayscale: #404040. Windows color (decimal): -11978662 or 5912649. OLE color: 5912649.
HSL color Cylindrical-coordinate representation of color #49385A: hue angle of 270º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49385A is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 56 | 90 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.65 |
| HSL | 270º | 0.23% | 0.29% | - |
| HSV(B) | 270º | 0.38% | 0.35% | - |
| XYZ | 6.01 | 4.98 | 10.32 | - |
| YUV | 64.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 90 | 0.19 | 0.38 | 0 | 0.65 | 270 | 0.23 | 0.29 |
| Hex | 49 | 38 | 5A | 13 | 26 | 0 | 41 | 10E | 17 | 1D |
| Octal | 111 | 70 | 132 | 23 | 46 | 0 | 101 | 416 | 27 | 35 |
| Binary | 1001001 | 111000 | 1011010 | 10011 | 100110 | 0 | 1000001 | 100001110 | 10111 | 11101 |
Color Harmonies of #49385A
Complementary color
Monochromatic Colors of #49385A
Black with #49385A
Text Example
Text Example
White with #49385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49385A; }
p { color: rgb(73,56,90); }
H1.HeaderClassName
{
color: #49385A;
}
.AnyTagClassName
{
color: #49385A;
}
</style>
background-color css
<style>
a { background-color: #49385A; }
a { background-color: rgb(73,56,90); }
div.DivClassName
{
background-color: #49385A;
}
.BgClassName
{
background-color: #49385A;
}
</style>
border-color css
<style>
span { border-color: #49385A; }
span { border-color: rgb(73,56,90); }
td.TdClassName
{
border-color: #49385A;
}
.TagClassName
{
border-color: #49385A;
}
</style>