Shades of Scarlet Gum #49175B
Tints of Scarlet Gum #49175B
RGB
CMYK
RGB Variations
Color information
#49175B (or 0x49175B) is known color: Scarlet Gum. HEX triplet: 49, 17 and 5B. RGB value is (73,23,91). Sum of RGB (Red+Green+Blue) = 73+23+91=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #49175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49175B is #B6E8A4. Grayscale: #2D2D2D. Windows color (decimal): -11987109 or 5969737. OLE color: 5969737.
HSL color Cylindrical-coordinate representation of color #49175B: hue angle of 284.12º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49175B is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 23 | 91 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.64 |
| HSL | 284.12º | 0.6% | 0.22% | - |
| HSV(B) | 284.12º | 0.75% | 0.36% | - |
| XYZ | 4.94 | 2.78 | 10.17 | - |
| YUV | 45.7 | 153.57 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 91 | 0.20 | 0.75 | 0 | 0.64 | 284.12 | 0.6 | 0.22 |
| Hex | 49 | 17 | 5B | 14 | 4B | 0 | 40 | 11C | 3C | 16 |
| Octal | 111 | 27 | 133 | 24 | 113 | 0 | 100 | 434 | 74 | 26 |
| Binary | 1001001 | 10111 | 1011011 | 10100 | 1001011 | 0 | 1000000 | 100011100 | 111100 | 10110 |
Color Harmonies of #49175B
Complementary color
Monochromatic Colors of #49175B
Black with #49175B
Text Example
Text Example
White with #49175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49175B; }
p { color: rgb(73,23,91); }
H1.HeaderClassName
{
color: #49175B;
}
.AnyTagClassName
{
color: #49175B;
}
</style>
background-color css
<style>
a { background-color: #49175B; }
a { background-color: rgb(73,23,91); }
div.DivClassName
{
background-color: #49175B;
}
.BgClassName
{
background-color: #49175B;
}
</style>
border-color css
<style>
span { border-color: #49175B; }
span { border-color: rgb(73,23,91); }
td.TdClassName
{
border-color: #49175B;
}
.TagClassName
{
border-color: #49175B;
}
</style>