Shades of Scarlet Gum #49315D
Tints of Scarlet Gum #49315D
RGB
CMYK
RGB Variations
Color information
#49315D (or 0x49315D) is known color: Scarlet Gum. HEX triplet: 49, 31 and 5D. RGB value is (73,49,93). Sum of RGB (Red+Green+Blue) = 73+49+93=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #49315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49315D is #B6CEA2. Grayscale: #3D3D3D. Windows color (decimal): -11980451 or 6107465. OLE color: 6107465.
HSL color Cylindrical-coordinate representation of color #49315D: hue angle of 272.73º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49315D is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 49 | 93 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.64 |
| HSL | 272.73º | 0.31% | 0.28% | - |
| HSV(B) | 272.73º | 0.47% | 0.36% | - |
| XYZ | 5.82 | 4.4 | 10.9 | - |
| YUV | 61.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 93 | 0.22 | 0.47 | 0 | 0.64 | 272.73 | 0.31 | 0.28 |
| Hex | 49 | 31 | 5D | 16 | 2F | 0 | 40 | 111 | 1F | 1C |
| Octal | 111 | 61 | 135 | 26 | 57 | 0 | 100 | 421 | 37 | 34 |
| Binary | 1001001 | 110001 | 1011101 | 10110 | 101111 | 0 | 1000000 | 100010001 | 11111 | 11100 |
Color Harmonies of #49315D
Complementary color
Monochromatic Colors of #49315D
Black with #49315D
Text Example
Text Example
White with #49315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49315D; }
p { color: rgb(73,49,93); }
H1.HeaderClassName
{
color: #49315D;
}
.AnyTagClassName
{
color: #49315D;
}
</style>
background-color css
<style>
a { background-color: #49315D; }
a { background-color: rgb(73,49,93); }
div.DivClassName
{
background-color: #49315D;
}
.BgClassName
{
background-color: #49315D;
}
</style>
border-color css
<style>
span { border-color: #49315D; }
span { border-color: rgb(73,49,93); }
td.TdClassName
{
border-color: #49315D;
}
.TagClassName
{
border-color: #49315D;
}
</style>