Shades of Scarlet Gum #49195B
Tints of Scarlet Gum #49195B
RGB
CMYK
RGB Variations
Color information
#49195B (or 0x49195B) is known color: Scarlet Gum. HEX triplet: 49, 19 and 5B. RGB value is (73,25,91). Sum of RGB (Red+Green+Blue) = 73+25+91=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #49195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49195B is #B6E6A4. Grayscale: #2E2E2E. Windows color (decimal): -11986597 or 5970249. OLE color: 5970249.
HSL color Cylindrical-coordinate representation of color #49195B: hue angle of 283.64º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49195B is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 25 | 91 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.64 |
| HSL | 283.64º | 0.57% | 0.23% | - |
| HSV(B) | 283.64º | 0.73% | 0.36% | - |
| XYZ | 4.98 | 2.87 | 10.19 | - |
| YUV | 46.88 | 152.9 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 91 | 0.20 | 0.73 | 0 | 0.64 | 283.64 | 0.57 | 0.23 |
| Hex | 49 | 19 | 5B | 14 | 49 | 0 | 40 | 11C | 39 | 17 |
| Octal | 111 | 31 | 133 | 24 | 111 | 0 | 100 | 434 | 71 | 27 |
| Binary | 1001001 | 11001 | 1011011 | 10100 | 1001001 | 0 | 1000000 | 100011100 | 111001 | 10111 |
Color Harmonies of #49195B
Complementary color
Monochromatic Colors of #49195B
Black with #49195B
Text Example
Text Example
White with #49195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49195B; }
p { color: rgb(73,25,91); }
H1.HeaderClassName
{
color: #49195B;
}
.AnyTagClassName
{
color: #49195B;
}
</style>
background-color css
<style>
a { background-color: #49195B; }
a { background-color: rgb(73,25,91); }
div.DivClassName
{
background-color: #49195B;
}
.BgClassName
{
background-color: #49195B;
}
</style>
border-color css
<style>
span { border-color: #49195B; }
span { border-color: rgb(73,25,91); }
td.TdClassName
{
border-color: #49195B;
}
.TagClassName
{
border-color: #49195B;
}
</style>