Shades of Scarlet Gum #49145F
Tints of Scarlet Gum #49145F
RGB
CMYK
RGB Variations
Color information
#49145F (or 0x49145F) is known color: Scarlet Gum. HEX triplet: 49, 14 and 5F. RGB value is (73,20,95). Sum of RGB (Red+Green+Blue) = 73+20+95=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #49145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49145F is #B6EBA0. Grayscale: #2C2C2C. Windows color (decimal): -11987873 or 6231113. OLE color: 6231113.
HSL color Cylindrical-coordinate representation of color #49145F: hue angle of 282.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49145F is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 20 | 95 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.63 |
| HSL | 282.4º | 0.65% | 0.23% | - |
| HSV(B) | 282.4º | 0.79% | 0.37% | - |
| XYZ | 5.06 | 2.74 | 11.09 | - |
| YUV | 44.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 95 | 0.23 | 0.79 | 0 | 0.63 | 282.4 | 0.65 | 0.23 |
| Hex | 49 | 14 | 5F | 17 | 4F | 0 | 3F | 11A | 41 | 17 |
| Octal | 111 | 24 | 137 | 27 | 117 | 0 | 77 | 432 | 101 | 27 |
| Binary | 1001001 | 10100 | 1011111 | 10111 | 1001111 | 0 | 111111 | 100011010 | 1000001 | 10111 |
Color Harmonies of #49145F
Complementary color
Monochromatic Colors of #49145F
Black with #49145F
Text Example
Text Example
White with #49145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49145F; }
p { color: rgb(73,20,95); }
H1.HeaderClassName
{
color: #49145F;
}
.AnyTagClassName
{
color: #49145F;
}
</style>
background-color css
<style>
a { background-color: #49145F; }
a { background-color: rgb(73,20,95); }
div.DivClassName
{
background-color: #49145F;
}
.BgClassName
{
background-color: #49145F;
}
</style>
border-color css
<style>
span { border-color: #49145F; }
span { border-color: rgb(73,20,95); }
td.TdClassName
{
border-color: #49145F;
}
.TagClassName
{
border-color: #49145F;
}
</style>