Shades of Scarlet Gum #49215E
Tints of Scarlet Gum #49215E
RGB
CMYK
RGB Variations
Color information
#49215E (or 0x49215E) is known color: Scarlet Gum. HEX triplet: 49, 21 and 5E. RGB value is (73,33,94). Sum of RGB (Red+Green+Blue) = 73+33+94=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #49215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49215E is #B6DEA1. Grayscale: #333333. Windows color (decimal): -11984546 or 6168905. OLE color: 6168905.
HSL color Cylindrical-coordinate representation of color #49215E: hue angle of 279.34º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49215E is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 33 | 94 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.63 |
| HSL | 279.34º | 0.48% | 0.25% | - |
| HSV(B) | 279.34º | 0.65% | 0.37% | - |
| XYZ | 5.31 | 3.31 | 10.95 | - |
| YUV | 51.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 94 | 0.22 | 0.65 | 0 | 0.63 | 279.34 | 0.48 | 0.25 |
| Hex | 49 | 21 | 5E | 16 | 41 | 0 | 3F | 117 | 30 | 19 |
| Octal | 111 | 41 | 136 | 26 | 101 | 0 | 77 | 427 | 60 | 31 |
| Binary | 1001001 | 100001 | 1011110 | 10110 | 1000001 | 0 | 111111 | 100010111 | 110000 | 11001 |
Color Harmonies of #49215E
Complementary color
Monochromatic Colors of #49215E
Black with #49215E
Text Example
Text Example
White with #49215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49215E; }
p { color: rgb(73,33,94); }
H1.HeaderClassName
{
color: #49215E;
}
.AnyTagClassName
{
color: #49215E;
}
</style>
background-color css
<style>
a { background-color: #49215E; }
a { background-color: rgb(73,33,94); }
div.DivClassName
{
background-color: #49215E;
}
.BgClassName
{
background-color: #49215E;
}
</style>
border-color css
<style>
span { border-color: #49215E; }
span { border-color: rgb(73,33,94); }
td.TdClassName
{
border-color: #49215E;
}
.TagClassName
{
border-color: #49215E;
}
</style>