Shades of Scarlet Gum #49135B
Tints of Scarlet Gum #49135B
RGB
CMYK
RGB Variations
Color information
#49135B (or 0x49135B) is known color: Scarlet Gum. HEX triplet: 49, 13 and 5B. RGB value is (73,19,91). Sum of RGB (Red+Green+Blue) = 73+19+91=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #49135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49135B is #B6ECA4. Grayscale: #2B2B2B. Windows color (decimal): -11988133 or 5968713. OLE color: 5968713.
HSL color Cylindrical-coordinate representation of color #49135B: hue angle of 285º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49135B is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 19 | 91 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.64 |
| HSL | 285º | 0.65% | 0.22% | - |
| HSV(B) | 285º | 0.79% | 0.36% | - |
| XYZ | 4.87 | 2.64 | 10.15 | - |
| YUV | 43.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 91 | 0.20 | 0.79 | 0 | 0.64 | 285 | 0.65 | 0.22 |
| Hex | 49 | 13 | 5B | 14 | 4F | 0 | 40 | 11D | 41 | 16 |
| Octal | 111 | 23 | 133 | 24 | 117 | 0 | 100 | 435 | 101 | 26 |
| Binary | 1001001 | 10011 | 1011011 | 10100 | 1001111 | 0 | 1000000 | 100011101 | 1000001 | 10110 |
Color Harmonies of #49135B
Complementary color
Monochromatic Colors of #49135B
Black with #49135B
Text Example
Text Example
White with #49135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49135B; }
p { color: rgb(73,19,91); }
H1.HeaderClassName
{
color: #49135B;
}
.AnyTagClassName
{
color: #49135B;
}
</style>
background-color css
<style>
a { background-color: #49135B; }
a { background-color: rgb(73,19,91); }
div.DivClassName
{
background-color: #49135B;
}
.BgClassName
{
background-color: #49135B;
}
</style>
border-color css
<style>
span { border-color: #49135B; }
span { border-color: rgb(73,19,91); }
td.TdClassName
{
border-color: #49135B;
}
.TagClassName
{
border-color: #49135B;
}
</style>