Shades of Scarlet Gum #49235B
Tints of Scarlet Gum #49235B
RGB
CMYK
RGB Variations
Color information
#49235B (or 0x49235B) is known color: Scarlet Gum. HEX triplet: 49, 23 and 5B. RGB value is (73,35,91). Sum of RGB (Red+Green+Blue) = 73+35+91=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #49235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49235B is #B6DCA4. Grayscale: #343434. Windows color (decimal): -11984037 or 5972809. OLE color: 5972809.
HSL color Cylindrical-coordinate representation of color #49235B: hue angle of 280.71º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49235B is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 35 | 91 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.64 |
| HSL | 280.71º | 0.44% | 0.25% | - |
| HSV(B) | 280.71º | 0.62% | 0.36% | - |
| XYZ | 5.24 | 3.37 | 10.27 | - |
| YUV | 52.75 | 149.59 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 91 | 0.20 | 0.62 | 0 | 0.64 | 280.71 | 0.44 | 0.25 |
| Hex | 49 | 23 | 5B | 14 | 3E | 0 | 40 | 119 | 2C | 19 |
| Octal | 111 | 43 | 133 | 24 | 76 | 0 | 100 | 431 | 54 | 31 |
| Binary | 1001001 | 100011 | 1011011 | 10100 | 111110 | 0 | 1000000 | 100011001 | 101100 | 11001 |
Color Harmonies of #49235B
Complementary color
Monochromatic Colors of #49235B
Black with #49235B
Text Example
Text Example
White with #49235B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49235B; }
p { color: rgb(73,35,91); }
H1.HeaderClassName
{
color: #49235B;
}
.AnyTagClassName
{
color: #49235B;
}
</style>
background-color css
<style>
a { background-color: #49235B; }
a { background-color: rgb(73,35,91); }
div.DivClassName
{
background-color: #49235B;
}
.BgClassName
{
background-color: #49235B;
}
</style>
border-color css
<style>
span { border-color: #49235B; }
span { border-color: rgb(73,35,91); }
td.TdClassName
{
border-color: #49235B;
}
.TagClassName
{
border-color: #49235B;
}
</style>