Shades of Scarlet Gum #49365B
Tints of Scarlet Gum #49365B
RGB
CMYK
RGB Variations
Color information
#49365B (or 0x49365B) is known color: Scarlet Gum. HEX triplet: 49, 36 and 5B. RGB value is (73,54,91). Sum of RGB (Red+Green+Blue) = 73+54+91=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #49365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49365B is #B6C9A4. Grayscale: #3F3F3F. Windows color (decimal): -11979173 or 5977673. OLE color: 5977673.
HSL color Cylindrical-coordinate representation of color #49365B: hue angle of 270.81º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49365B is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 54 | 91 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.64 |
| HSL | 270.81º | 0.26% | 0.28% | - |
| HSV(B) | 270.81º | 0.41% | 0.36% | - |
| XYZ | 5.96 | 4.81 | 10.51 | - |
| YUV | 63.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 91 | 0.20 | 0.41 | 0 | 0.64 | 270.81 | 0.26 | 0.28 |
| Hex | 49 | 36 | 5B | 14 | 29 | 0 | 40 | 10F | 1A | 1C |
| Octal | 111 | 66 | 133 | 24 | 51 | 0 | 100 | 417 | 32 | 34 |
| Binary | 1001001 | 110110 | 1011011 | 10100 | 101001 | 0 | 1000000 | 100001111 | 11010 | 11100 |
Color Harmonies of #49365B
Complementary color
Monochromatic Colors of #49365B
Black with #49365B
Text Example
Text Example
White with #49365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49365B; }
p { color: rgb(73,54,91); }
H1.HeaderClassName
{
color: #49365B;
}
.AnyTagClassName
{
color: #49365B;
}
</style>
background-color css
<style>
a { background-color: #49365B; }
a { background-color: rgb(73,54,91); }
div.DivClassName
{
background-color: #49365B;
}
.BgClassName
{
background-color: #49365B;
}
</style>
border-color css
<style>
span { border-color: #49365B; }
span { border-color: rgb(73,54,91); }
td.TdClassName
{
border-color: #49365B;
}
.TagClassName
{
border-color: #49365B;
}
</style>