Shades of Scarlet Gum #49285D
Tints of Scarlet Gum #49285D
RGB
CMYK
RGB Variations
Color information
#49285D (or 0x49285D) is known color: Scarlet Gum. HEX triplet: 49, 28 and 5D. RGB value is (73,40,93). Sum of RGB (Red+Green+Blue) = 73+40+93=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #49285D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49285D is #B6D7A2. Grayscale: #373737. Windows color (decimal): -11982755 or 6105161. OLE color: 6105161.
HSL color Cylindrical-coordinate representation of color #49285D: hue angle of 277.36º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49285D is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 40 | 93 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.64 |
| HSL | 277.36º | 0.4% | 0.26% | - |
| HSV(B) | 277.36º | 0.57% | 0.36% | - |
| XYZ | 5.48 | 3.72 | 10.79 | - |
| YUV | 55.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 93 | 0.22 | 0.57 | 0 | 0.64 | 277.36 | 0.4 | 0.26 |
| Hex | 49 | 28 | 5D | 16 | 39 | 0 | 40 | 115 | 28 | 1A |
| Octal | 111 | 50 | 135 | 26 | 71 | 0 | 100 | 425 | 50 | 32 |
| Binary | 1001001 | 101000 | 1011101 | 10110 | 111001 | 0 | 1000000 | 100010101 | 101000 | 11010 |
Color Harmonies of #49285D
Complementary color
Monochromatic Colors of #49285D
Black with #49285D
Text Example
Text Example
White with #49285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49285D; }
p { color: rgb(73,40,93); }
H1.HeaderClassName
{
color: #49285D;
}
.AnyTagClassName
{
color: #49285D;
}
</style>
background-color css
<style>
a { background-color: #49285D; }
a { background-color: rgb(73,40,93); }
div.DivClassName
{
background-color: #49285D;
}
.BgClassName
{
background-color: #49285D;
}
</style>
border-color css
<style>
span { border-color: #49285D; }
span { border-color: rgb(73,40,93); }
td.TdClassName
{
border-color: #49285D;
}
.TagClassName
{
border-color: #49285D;
}
</style>