Shades of Scarlet Gum #49115E
Tints of Scarlet Gum #49115E
RGB
CMYK
RGB Variations
Color information
#49115E (or 0x49115E) is known color: Scarlet Gum. HEX triplet: 49, 11 and 5E. RGB value is (73,17,94). Sum of RGB (Red+Green+Blue) = 73+17+94=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #49115E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49115E is #B6EEA1. Grayscale: #2A2A2A. Windows color (decimal): -11988642 or 6164809. OLE color: 6164809.
HSL color Cylindrical-coordinate representation of color #49115E: hue angle of 283.64º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49115E is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 17 | 94 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.63 |
| HSL | 283.64º | 0.69% | 0.22% | - |
| HSV(B) | 283.64º | 0.82% | 0.37% | - |
| XYZ | 4.97 | 2.63 | 10.83 | - |
| YUV | 42.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 94 | 0.22 | 0.82 | 0 | 0.63 | 283.64 | 0.69 | 0.22 |
| Hex | 49 | 11 | 5E | 16 | 52 | 0 | 3F | 11C | 45 | 16 |
| Octal | 111 | 21 | 136 | 26 | 122 | 0 | 77 | 434 | 105 | 26 |
| Binary | 1001001 | 10001 | 1011110 | 10110 | 1010010 | 0 | 111111 | 100011100 | 1000101 | 10110 |
Color Harmonies of #49115E
Complementary color
Monochromatic Colors of #49115E
Black with #49115E
Text Example
Text Example
White with #49115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49115E; }
p { color: rgb(73,17,94); }
H1.HeaderClassName
{
color: #49115E;
}
.AnyTagClassName
{
color: #49115E;
}
</style>
background-color css
<style>
a { background-color: #49115E; }
a { background-color: rgb(73,17,94); }
div.DivClassName
{
background-color: #49115E;
}
.BgClassName
{
background-color: #49115E;
}
</style>
border-color css
<style>
span { border-color: #49115E; }
span { border-color: rgb(73,17,94); }
td.TdClassName
{
border-color: #49115E;
}
.TagClassName
{
border-color: #49115E;
}
</style>