Shades of Scarlet Gum #49095A
Tints of Scarlet Gum #49095A
RGB
CMYK
RGB Variations
Color information
#49095A (or 0x49095A) is known color: Scarlet Gum. HEX triplet: 49, 09 and 5A. RGB value is (73,9,90). Sum of RGB (Red+Green+Blue) = 73+9+90=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #49095A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49095A is #B6F6A5. Grayscale: #252525. Windows color (decimal): -11990694 or 5900617. OLE color: 5900617.
HSL color Cylindrical-coordinate representation of color #49095A: hue angle of 287.41º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49095A is Cyan = 0.19, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 9 | 90 | - |
| CMYK | 0.19 | 0.9 | 0 | 0.65 |
| HSL | 287.41º | 0.82% | 0.19% | - |
| HSV(B) | 287.41º | 0.9% | 0.35% | - |
| XYZ | 4.69 | 2.35 | 9.88 | - |
| YUV | 37.37 | 157.7 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 90 | 0.19 | 0.9 | 0 | 0.65 | 287.41 | 0.82 | 0.19 |
| Hex | 49 | 9 | 5A | 13 | 5A | 0 | 41 | 11F | 52 | 13 |
| Octal | 111 | 11 | 132 | 23 | 132 | 0 | 101 | 437 | 122 | 23 |
| Binary | 1001001 | 1001 | 1011010 | 10011 | 1011010 | 0 | 1000001 | 100011111 | 1010010 | 10011 |
Color Harmonies of #49095A
Complementary color
Monochromatic Colors of #49095A
Black with #49095A
Text Example
Text Example
White with #49095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49095A; }
p { color: rgb(73,9,90); }
H1.HeaderClassName
{
color: #49095A;
}
.AnyTagClassName
{
color: #49095A;
}
</style>
background-color css
<style>
a { background-color: #49095A; }
a { background-color: rgb(73,9,90); }
div.DivClassName
{
background-color: #49095A;
}
.BgClassName
{
background-color: #49095A;
}
</style>
border-color css
<style>
span { border-color: #49095A; }
span { border-color: rgb(73,9,90); }
td.TdClassName
{
border-color: #49095A;
}
.TagClassName
{
border-color: #49095A;
}
</style>