Shades of Scarlet Gum #49345D
Tints of Scarlet Gum #49345D
RGB
CMYK
RGB Variations
Color information
#49345D (or 0x49345D) is known color: Scarlet Gum. HEX triplet: 49, 34 and 5D. RGB value is (73,52,93). Sum of RGB (Red+Green+Blue) = 73+52+93=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #49345D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49345D is #B6CBA2. Grayscale: #3E3E3E. Windows color (decimal): -11979683 or 6108233. OLE color: 6108233.
HSL color Cylindrical-coordinate representation of color #49345D: hue angle of 270.73º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49345D is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 52 | 93 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.64 |
| HSL | 270.73º | 0.28% | 0.28% | - |
| HSV(B) | 270.73º | 0.44% | 0.36% | - |
| XYZ | 5.95 | 4.66 | 10.94 | - |
| YUV | 62.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 93 | 0.22 | 0.44 | 0 | 0.64 | 270.73 | 0.28 | 0.28 |
| Hex | 49 | 34 | 5D | 16 | 2C | 0 | 40 | 10F | 1C | 1C |
| Octal | 111 | 64 | 135 | 26 | 54 | 0 | 100 | 417 | 34 | 34 |
| Binary | 1001001 | 110100 | 1011101 | 10110 | 101100 | 0 | 1000000 | 100001111 | 11100 | 11100 |
Color Harmonies of #49345D
Complementary color
Monochromatic Colors of #49345D
Black with #49345D
Text Example
Text Example
White with #49345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49345D; }
p { color: rgb(73,52,93); }
H1.HeaderClassName
{
color: #49345D;
}
.AnyTagClassName
{
color: #49345D;
}
</style>
background-color css
<style>
a { background-color: #49345D; }
a { background-color: rgb(73,52,93); }
div.DivClassName
{
background-color: #49345D;
}
.BgClassName
{
background-color: #49345D;
}
</style>
border-color css
<style>
span { border-color: #49345D; }
span { border-color: rgb(73,52,93); }
td.TdClassName
{
border-color: #49345D;
}
.TagClassName
{
border-color: #49345D;
}
</style>