Shades of Scarlet Gum #49215D
Tints of Scarlet Gum #49215D
RGB
CMYK
RGB Variations
Color information
#49215D (or 0x49215D) is known color: Scarlet Gum. HEX triplet: 49, 21 and 5D. RGB value is (73,33,93). Sum of RGB (Red+Green+Blue) = 73+33+93=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #49215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49215D is #B6DEA2. Grayscale: #333333. Windows color (decimal): -11984547 or 6103369. OLE color: 6103369.
HSL color Cylindrical-coordinate representation of color #49215D: hue angle of 280º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49215D is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 33 | 93 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.64 |
| HSL | 280º | 0.48% | 0.25% | - |
| HSV(B) | 280º | 0.65% | 0.36% | - |
| XYZ | 5.27 | 3.29 | 10.71 | - |
| YUV | 51.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 93 | 0.22 | 0.65 | 0 | 0.64 | 280 | 0.48 | 0.25 |
| Hex | 49 | 21 | 5D | 16 | 41 | 0 | 40 | 118 | 30 | 19 |
| Octal | 111 | 41 | 135 | 26 | 101 | 0 | 100 | 430 | 60 | 31 |
| Binary | 1001001 | 100001 | 1011101 | 10110 | 1000001 | 0 | 1000000 | 100011000 | 110000 | 11001 |
Color Harmonies of #49215D
Complementary color
Monochromatic Colors of #49215D
Black with #49215D
Text Example
Text Example
White with #49215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49215D; }
p { color: rgb(73,33,93); }
H1.HeaderClassName
{
color: #49215D;
}
.AnyTagClassName
{
color: #49215D;
}
</style>
background-color css
<style>
a { background-color: #49215D; }
a { background-color: rgb(73,33,93); }
div.DivClassName
{
background-color: #49215D;
}
.BgClassName
{
background-color: #49215D;
}
</style>
border-color css
<style>
span { border-color: #49215D; }
span { border-color: rgb(73,33,93); }
td.TdClassName
{
border-color: #49215D;
}
.TagClassName
{
border-color: #49215D;
}
</style>