Shades of Scarlet Gum #49225D
Tints of Scarlet Gum #49225D
RGB
CMYK
RGB Variations
Color information
#49225D (or 0x49225D) is known color: Scarlet Gum. HEX triplet: 49, 22 and 5D. RGB value is (73,34,93). Sum of RGB (Red+Green+Blue) = 73+34+93=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #49225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49225D is #B6DDA2. Grayscale: #343434. Windows color (decimal): -11984291 or 6103625. OLE color: 6103625.
HSL color Cylindrical-coordinate representation of color #49225D: hue angle of 279.66º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49225D is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 34 | 93 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.64 |
| HSL | 279.66º | 0.46% | 0.25% | - |
| HSV(B) | 279.66º | 0.63% | 0.36% | - |
| XYZ | 5.3 | 3.35 | 10.72 | - |
| YUV | 52.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 93 | 0.22 | 0.63 | 0 | 0.64 | 279.66 | 0.46 | 0.25 |
| Hex | 49 | 22 | 5D | 16 | 3F | 0 | 40 | 118 | 2E | 19 |
| Octal | 111 | 42 | 135 | 26 | 77 | 0 | 100 | 430 | 56 | 31 |
| Binary | 1001001 | 100010 | 1011101 | 10110 | 111111 | 0 | 1000000 | 100011000 | 101110 | 11001 |
Color Harmonies of #49225D
Complementary color
Monochromatic Colors of #49225D
Black with #49225D
Text Example
Text Example
White with #49225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49225D; }
p { color: rgb(73,34,93); }
H1.HeaderClassName
{
color: #49225D;
}
.AnyTagClassName
{
color: #49225D;
}
</style>
background-color css
<style>
a { background-color: #49225D; }
a { background-color: rgb(73,34,93); }
div.DivClassName
{
background-color: #49225D;
}
.BgClassName
{
background-color: #49225D;
}
</style>
border-color css
<style>
span { border-color: #49225D; }
span { border-color: rgb(73,34,93); }
td.TdClassName
{
border-color: #49225D;
}
.TagClassName
{
border-color: #49225D;
}
</style>