Shades of Scarlet Gum #49065B
Tints of Scarlet Gum #49065B
RGB
CMYK
RGB Variations
Color information
#49065B (or 0x49065B) is known color: Scarlet Gum. HEX triplet: 49, 06 and 5B. RGB value is (73,6,91). Sum of RGB (Red+Green+Blue) = 73+6+91=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #49065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49065B is #B6F9A4. Grayscale: #232323. Windows color (decimal): -11991461 or 5965385. OLE color: 5965385.
HSL color Cylindrical-coordinate representation of color #49065B: hue angle of 287.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49065B is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 6 | 91 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.64 |
| HSL | 287.29º | 0.88% | 0.19% | - |
| HSV(B) | 287.29º | 0.93% | 0.36% | - |
| XYZ | 4.7 | 2.3 | 10.09 | - |
| YUV | 35.72 | 159.2 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 91 | 0.20 | 0.93 | 0 | 0.64 | 287.29 | 0.88 | 0.19 |
| Hex | 49 | 6 | 5B | 14 | 5D | 0 | 40 | 11F | 58 | 13 |
| Octal | 111 | 6 | 133 | 24 | 135 | 0 | 100 | 437 | 130 | 23 |
| Binary | 1001001 | 110 | 1011011 | 10100 | 1011101 | 0 | 1000000 | 100011111 | 1011000 | 10011 |
Color Harmonies of #49065B
Complementary color
Monochromatic Colors of #49065B
Black with #49065B
Text Example
Text Example
White with #49065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49065B; }
p { color: rgb(73,6,91); }
H1.HeaderClassName
{
color: #49065B;
}
.AnyTagClassName
{
color: #49065B;
}
</style>
background-color css
<style>
a { background-color: #49065B; }
a { background-color: rgb(73,6,91); }
div.DivClassName
{
background-color: #49065B;
}
.BgClassName
{
background-color: #49065B;
}
</style>
border-color css
<style>
span { border-color: #49065B; }
span { border-color: rgb(73,6,91); }
td.TdClassName
{
border-color: #49065B;
}
.TagClassName
{
border-color: #49065B;
}
</style>