Shades of Scarlet Gum #49165A
Tints of Scarlet Gum #49165A
RGB
CMYK
RGB Variations
Color information
#49165A (or 0x49165A) is known color: Scarlet Gum. HEX triplet: 49, 16 and 5A. RGB value is (73,22,90). Sum of RGB (Red+Green+Blue) = 73+22+90=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #49165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49165A is #B6E9A5. Grayscale: #2C2C2C. Windows color (decimal): -11987366 or 5903945. OLE color: 5903945.
HSL color Cylindrical-coordinate representation of color #49165A: hue angle of 285º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49165A is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 22 | 90 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.65 |
| HSL | 285º | 0.61% | 0.22% | - |
| HSV(B) | 285º | 0.76% | 0.35% | - |
| XYZ | 4.88 | 2.73 | 9.94 | - |
| YUV | 45 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 90 | 0.19 | 0.76 | 0 | 0.65 | 285 | 0.61 | 0.22 |
| Hex | 49 | 16 | 5A | 13 | 4C | 0 | 41 | 11D | 3D | 16 |
| Octal | 111 | 26 | 132 | 23 | 114 | 0 | 101 | 435 | 75 | 26 |
| Binary | 1001001 | 10110 | 1011010 | 10011 | 1001100 | 0 | 1000001 | 100011101 | 111101 | 10110 |
Color Harmonies of #49165A
Complementary color
Monochromatic Colors of #49165A
Black with #49165A
Text Example
Text Example
White with #49165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49165A; }
p { color: rgb(73,22,90); }
H1.HeaderClassName
{
color: #49165A;
}
.AnyTagClassName
{
color: #49165A;
}
</style>
background-color css
<style>
a { background-color: #49165A; }
a { background-color: rgb(73,22,90); }
div.DivClassName
{
background-color: #49165A;
}
.BgClassName
{
background-color: #49165A;
}
</style>
border-color css
<style>
span { border-color: #49165A; }
span { border-color: rgb(73,22,90); }
td.TdClassName
{
border-color: #49165A;
}
.TagClassName
{
border-color: #49165A;
}
</style>