Shades of Scarlet Gum #49095D
Tints of Scarlet Gum #49095D
RGB
CMYK
RGB Variations
Color information
#49095D (or 0x49095D) is known color: Scarlet Gum. HEX triplet: 49, 09 and 5D. RGB value is (73,9,93). Sum of RGB (Red+Green+Blue) = 73+9+93=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #49095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49095D is #B6F6A2. Grayscale: #252525. Windows color (decimal): -11990691 or 6097225. OLE color: 6097225.
HSL color Cylindrical-coordinate representation of color #49095D: hue angle of 285.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49095D is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 9 | 93 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.64 |
| HSL | 285.71º | 0.82% | 0.2% | - |
| HSV(B) | 285.71º | 0.9% | 0.36% | - |
| XYZ | 4.82 | 2.4 | 10.57 | - |
| YUV | 37.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 93 | 0.22 | 0.90 | 0 | 0.64 | 285.71 | 0.82 | 0.2 |
| Hex | 49 | 9 | 5D | 16 | 5A | 0 | 40 | 11E | 52 | 14 |
| Octal | 111 | 11 | 135 | 26 | 132 | 0 | 100 | 436 | 122 | 24 |
| Binary | 1001001 | 1001 | 1011101 | 10110 | 1011010 | 0 | 1000000 | 100011110 | 1010010 | 10100 |
Color Harmonies of #49095D
Complementary color
Monochromatic Colors of #49095D
Black with #49095D
Text Example
Text Example
White with #49095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49095D; }
p { color: rgb(73,9,93); }
H1.HeaderClassName
{
color: #49095D;
}
.AnyTagClassName
{
color: #49095D;
}
</style>
background-color css
<style>
a { background-color: #49095D; }
a { background-color: rgb(73,9,93); }
div.DivClassName
{
background-color: #49095D;
}
.BgClassName
{
background-color: #49095D;
}
</style>
border-color css
<style>
span { border-color: #49095D; }
span { border-color: rgb(73,9,93); }
td.TdClassName
{
border-color: #49095D;
}
.TagClassName
{
border-color: #49095D;
}
</style>