Shades of Scarlet Gum #49075D
Tints of Scarlet Gum #49075D
RGB
CMYK
RGB Variations
Color information
#49075D (or 0x49075D) is known color: Scarlet Gum. HEX triplet: 49, 07 and 5D. RGB value is (73,7,93). Sum of RGB (Red+Green+Blue) = 73+7+93=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #49075D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49075D is #B6F8A2. Grayscale: #242424. Windows color (decimal): -11991203 or 6096713. OLE color: 6096713.
HSL color Cylindrical-coordinate representation of color #49075D: hue angle of 286.05º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49075D is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 7 | 93 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.64 |
| HSL | 286.05º | 0.86% | 0.2% | - |
| HSV(B) | 286.05º | 0.92% | 0.36% | - |
| XYZ | 4.8 | 2.36 | 10.56 | - |
| YUV | 36.54 | 159.87 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 93 | 0.22 | 0.92 | 0 | 0.64 | 286.05 | 0.86 | 0.2 |
| Hex | 49 | 7 | 5D | 16 | 5C | 0 | 40 | 11E | 56 | 14 |
| Octal | 111 | 7 | 135 | 26 | 134 | 0 | 100 | 436 | 126 | 24 |
| Binary | 1001001 | 111 | 1011101 | 10110 | 1011100 | 0 | 1000000 | 100011110 | 1010110 | 10100 |
Color Harmonies of #49075D
Complementary color
Monochromatic Colors of #49075D
Black with #49075D
Text Example
Text Example
White with #49075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49075D; }
p { color: rgb(73,7,93); }
H1.HeaderClassName
{
color: #49075D;
}
.AnyTagClassName
{
color: #49075D;
}
</style>
background-color css
<style>
a { background-color: #49075D; }
a { background-color: rgb(73,7,93); }
div.DivClassName
{
background-color: #49075D;
}
.BgClassName
{
background-color: #49075D;
}
</style>
border-color css
<style>
span { border-color: #49075D; }
span { border-color: rgb(73,7,93); }
td.TdClassName
{
border-color: #49075D;
}
.TagClassName
{
border-color: #49075D;
}
</style>