Shades of Scarlet Gum #49195A
Tints of Scarlet Gum #49195A
RGB
CMYK
RGB Variations
Color information
#49195A (or 0x49195A) is known color: Scarlet Gum. HEX triplet: 49, 19 and 5A. RGB value is (73,25,90). Sum of RGB (Red+Green+Blue) = 73+25+90=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #49195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49195A is #B6E6A5. Grayscale: #2E2E2E. Windows color (decimal): -11986598 or 5904713. OLE color: 5904713.
HSL color Cylindrical-coordinate representation of color #49195A: hue angle of 284.31º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49195A is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 25 | 90 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.65 |
| HSL | 284.31º | 0.57% | 0.23% | - |
| HSV(B) | 284.31º | 0.72% | 0.35% | - |
| XYZ | 4.94 | 2.85 | 9.96 | - |
| YUV | 46.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 90 | 0.19 | 0.72 | 0 | 0.65 | 284.31 | 0.57 | 0.23 |
| Hex | 49 | 19 | 5A | 13 | 48 | 0 | 41 | 11C | 39 | 17 |
| Octal | 111 | 31 | 132 | 23 | 110 | 0 | 101 | 434 | 71 | 27 |
| Binary | 1001001 | 11001 | 1011010 | 10011 | 1001000 | 0 | 1000001 | 100011100 | 111001 | 10111 |
Color Harmonies of #49195A
Complementary color
Monochromatic Colors of #49195A
Black with #49195A
Text Example
Text Example
White with #49195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49195A; }
p { color: rgb(73,25,90); }
H1.HeaderClassName
{
color: #49195A;
}
.AnyTagClassName
{
color: #49195A;
}
</style>
background-color css
<style>
a { background-color: #49195A; }
a { background-color: rgb(73,25,90); }
div.DivClassName
{
background-color: #49195A;
}
.BgClassName
{
background-color: #49195A;
}
</style>
border-color css
<style>
span { border-color: #49195A; }
span { border-color: rgb(73,25,90); }
td.TdClassName
{
border-color: #49195A;
}
.TagClassName
{
border-color: #49195A;
}
</style>