Shades of Scarlet Gum #49175D
Tints of Scarlet Gum #49175D
RGB
CMYK
RGB Variations
Color information
#49175D (or 0x49175D) is known color: Scarlet Gum. HEX triplet: 49, 17 and 5D. RGB value is (73,23,93). Sum of RGB (Red+Green+Blue) = 73+23+93=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #49175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49175D is #B6E8A2. Grayscale: #2D2D2D. Windows color (decimal): -11987107 or 6100809. OLE color: 6100809.
HSL color Cylindrical-coordinate representation of color #49175D: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49175D is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 23 | 93 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.64 |
| HSL | 282.86º | 0.6% | 0.23% | - |
| HSV(B) | 282.86º | 0.75% | 0.36% | - |
| XYZ | 5.03 | 2.82 | 10.64 | - |
| YUV | 45.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 93 | 0.22 | 0.75 | 0 | 0.64 | 282.86 | 0.6 | 0.23 |
| Hex | 49 | 17 | 5D | 16 | 4B | 0 | 40 | 11B | 3C | 17 |
| Octal | 111 | 27 | 135 | 26 | 113 | 0 | 100 | 433 | 74 | 27 |
| Binary | 1001001 | 10111 | 1011101 | 10110 | 1001011 | 0 | 1000000 | 100011011 | 111100 | 10111 |
Color Harmonies of #49175D
Complementary color
Monochromatic Colors of #49175D
Black with #49175D
Text Example
Text Example
White with #49175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49175D; }
p { color: rgb(73,23,93); }
H1.HeaderClassName
{
color: #49175D;
}
.AnyTagClassName
{
color: #49175D;
}
</style>
background-color css
<style>
a { background-color: #49175D; }
a { background-color: rgb(73,23,93); }
div.DivClassName
{
background-color: #49175D;
}
.BgClassName
{
background-color: #49175D;
}
</style>
border-color css
<style>
span { border-color: #49175D; }
span { border-color: rgb(73,23,93); }
td.TdClassName
{
border-color: #49175D;
}
.TagClassName
{
border-color: #49175D;
}
</style>