Shades of Scarlet Gum #49045B
Tints of Scarlet Gum #49045B
RGB
CMYK
RGB Variations
Color information
#49045B (or 0x49045B) is known color: Scarlet Gum. HEX triplet: 49, 04 and 5B. RGB value is (73,4,91). Sum of RGB (Red+Green+Blue) = 73+4+91=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #49045B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49045B is #B6FBA4. Grayscale: #222222. Windows color (decimal): -11991973 or 5964873. OLE color: 5964873.
HSL color Cylindrical-coordinate representation of color #49045B: hue angle of 287.59º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49045B is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 4 | 91 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.64 |
| HSL | 287.59º | 0.92% | 0.19% | - |
| HSV(B) | 287.59º | 0.96% | 0.36% | - |
| XYZ | 4.68 | 2.26 | 10.09 | - |
| YUV | 34.55 | 159.86 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 91 | 0.20 | 0.96 | 0 | 0.64 | 287.59 | 0.92 | 0.19 |
| Hex | 49 | 4 | 5B | 14 | 60 | 0 | 40 | 120 | 5C | 13 |
| Octal | 111 | 4 | 133 | 24 | 140 | 0 | 100 | 440 | 134 | 23 |
| Binary | 1001001 | 100 | 1011011 | 10100 | 1100000 | 0 | 1000000 | 100100000 | 1011100 | 10011 |
Color Harmonies of #49045B
Complementary color
Monochromatic Colors of #49045B
Black with #49045B
Text Example
Text Example
White with #49045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49045B; }
p { color: rgb(73,4,91); }
H1.HeaderClassName
{
color: #49045B;
}
.AnyTagClassName
{
color: #49045B;
}
</style>
background-color css
<style>
a { background-color: #49045B; }
a { background-color: rgb(73,4,91); }
div.DivClassName
{
background-color: #49045B;
}
.BgClassName
{
background-color: #49045B;
}
</style>
border-color css
<style>
span { border-color: #49045B; }
span { border-color: rgb(73,4,91); }
td.TdClassName
{
border-color: #49045B;
}
.TagClassName
{
border-color: #49045B;
}
</style>