Shades of Scarlet Gum #49125B
Tints of Scarlet Gum #49125B
RGB
CMYK
RGB Variations
Color information
#49125B (or 0x49125B) is known color: Scarlet Gum. HEX triplet: 49, 12 and 5B. RGB value is (73,18,91). Sum of RGB (Red+Green+Blue) = 73+18+91=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #49125B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49125B is #B6EDA4. Grayscale: #2A2A2A. Windows color (decimal): -11988389 or 5968457. OLE color: 5968457.
HSL color Cylindrical-coordinate representation of color #49125B: hue angle of 285.21º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49125B is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 18 | 91 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.64 |
| HSL | 285.21º | 0.67% | 0.21% | - |
| HSV(B) | 285.21º | 0.8% | 0.36% | - |
| XYZ | 4.85 | 2.6 | 10.14 | - |
| YUV | 42.77 | 155.22 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 91 | 0.20 | 0.80 | 0 | 0.64 | 285.21 | 0.67 | 0.21 |
| Hex | 49 | 12 | 5B | 14 | 50 | 0 | 40 | 11D | 43 | 15 |
| Octal | 111 | 22 | 133 | 24 | 120 | 0 | 100 | 435 | 103 | 25 |
| Binary | 1001001 | 10010 | 1011011 | 10100 | 1010000 | 0 | 1000000 | 100011101 | 1000011 | 10101 |
Color Harmonies of #49125B
Complementary color
Monochromatic Colors of #49125B
Black with #49125B
Text Example
Text Example
White with #49125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49125B; }
p { color: rgb(73,18,91); }
H1.HeaderClassName
{
color: #49125B;
}
.AnyTagClassName
{
color: #49125B;
}
</style>
background-color css
<style>
a { background-color: #49125B; }
a { background-color: rgb(73,18,91); }
div.DivClassName
{
background-color: #49125B;
}
.BgClassName
{
background-color: #49125B;
}
</style>
border-color css
<style>
span { border-color: #49125B; }
span { border-color: rgb(73,18,91); }
td.TdClassName
{
border-color: #49125B;
}
.TagClassName
{
border-color: #49125B;
}
</style>