Shades of Scarlet Gum #49345E
Tints of Scarlet Gum #49345E
RGB
CMYK
RGB Variations
Color information
#49345E (or 0x49345E) is known color: Scarlet Gum. HEX triplet: 49, 34 and 5E. RGB value is (73,52,94). Sum of RGB (Red+Green+Blue) = 73+52+94=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #49345E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49345E is #B6CBA1. Grayscale: #3E3E3E. Windows color (decimal): -11979682 or 6173769. OLE color: 6173769.
HSL color Cylindrical-coordinate representation of color #49345E: hue angle of 270º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49345E is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 52 | 94 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.63 |
| HSL | 270º | 0.29% | 0.29% | - |
| HSV(B) | 270º | 0.45% | 0.37% | - |
| XYZ | 6 | 4.68 | 11.18 | - |
| YUV | 63.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 94 | 0.22 | 0.45 | 0 | 0.63 | 270 | 0.29 | 0.29 |
| Hex | 49 | 34 | 5E | 16 | 2D | 0 | 3F | 10E | 1D | 1D |
| Octal | 111 | 64 | 136 | 26 | 55 | 0 | 77 | 416 | 35 | 35 |
| Binary | 1001001 | 110100 | 1011110 | 10110 | 101101 | 0 | 111111 | 100001110 | 11101 | 11101 |
Color Harmonies of #49345E
Complementary color
Monochromatic Colors of #49345E
Black with #49345E
Text Example
Text Example
White with #49345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49345E; }
p { color: rgb(73,52,94); }
H1.HeaderClassName
{
color: #49345E;
}
.AnyTagClassName
{
color: #49345E;
}
</style>
background-color css
<style>
a { background-color: #49345E; }
a { background-color: rgb(73,52,94); }
div.DivClassName
{
background-color: #49345E;
}
.BgClassName
{
background-color: #49345E;
}
</style>
border-color css
<style>
span { border-color: #49345E; }
span { border-color: rgb(73,52,94); }
td.TdClassName
{
border-color: #49345E;
}
.TagClassName
{
border-color: #49345E;
}
</style>