Shades of Scarlet Gum #49075E
Tints of Scarlet Gum #49075E
RGB
CMYK
RGB Variations
Color information
#49075E (or 0x49075E) is known color: Scarlet Gum. HEX triplet: 49, 07 and 5E. RGB value is (73,7,94). Sum of RGB (Red+Green+Blue) = 73+7+94=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #49075E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49075E is #B6F8A1. Grayscale: #242424. Windows color (decimal): -11991202 or 6162249. OLE color: 6162249.
HSL color Cylindrical-coordinate representation of color #49075E: hue angle of 285.52º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49075E is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 7 | 94 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.63 |
| HSL | 285.52º | 0.86% | 0.2% | - |
| HSV(B) | 285.52º | 0.93% | 0.37% | - |
| XYZ | 4.84 | 2.38 | 10.79 | - |
| YUV | 36.65 | 160.37 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 94 | 0.22 | 0.93 | 0 | 0.63 | 285.52 | 0.86 | 0.2 |
| Hex | 49 | 7 | 5E | 16 | 5D | 0 | 3F | 11E | 56 | 14 |
| Octal | 111 | 7 | 136 | 26 | 135 | 0 | 77 | 436 | 126 | 24 |
| Binary | 1001001 | 111 | 1011110 | 10110 | 1011101 | 0 | 111111 | 100011110 | 1010110 | 10100 |
Color Harmonies of #49075E
Complementary color
Monochromatic Colors of #49075E
Black with #49075E
Text Example
Text Example
White with #49075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49075E; }
p { color: rgb(73,7,94); }
H1.HeaderClassName
{
color: #49075E;
}
.AnyTagClassName
{
color: #49075E;
}
</style>
background-color css
<style>
a { background-color: #49075E; }
a { background-color: rgb(73,7,94); }
div.DivClassName
{
background-color: #49075E;
}
.BgClassName
{
background-color: #49075E;
}
</style>
border-color css
<style>
span { border-color: #49075E; }
span { border-color: rgb(73,7,94); }
td.TdClassName
{
border-color: #49075E;
}
.TagClassName
{
border-color: #49075E;
}
</style>