Shades of Scarlet Gum #49285C
Tints of Scarlet Gum #49285C
RGB
CMYK
RGB Variations
Color information
#49285C (or 0x49285C) is known color: Scarlet Gum. HEX triplet: 49, 28 and 5C. RGB value is (73,40,92). Sum of RGB (Red+Green+Blue) = 73+40+92=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #49285C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49285C is #B6D7A3. Grayscale: #373737. Windows color (decimal): -11982756 or 6039625. OLE color: 6039625.
HSL color Cylindrical-coordinate representation of color #49285C: hue angle of 278.08º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49285C is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 40 | 92 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.64 |
| HSL | 278.08º | 0.39% | 0.26% | - |
| HSV(B) | 278.08º | 0.57% | 0.36% | - |
| XYZ | 5.44 | 3.71 | 10.55 | - |
| YUV | 55.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 92 | 0.21 | 0.57 | 0 | 0.64 | 278.08 | 0.39 | 0.26 |
| Hex | 49 | 28 | 5C | 15 | 39 | 0 | 40 | 116 | 27 | 1A |
| Octal | 111 | 50 | 134 | 25 | 71 | 0 | 100 | 426 | 47 | 32 |
| Binary | 1001001 | 101000 | 1011100 | 10101 | 111001 | 0 | 1000000 | 100010110 | 100111 | 11010 |
Color Harmonies of #49285C
Complementary color
Monochromatic Colors of #49285C
Black with #49285C
Text Example
Text Example
White with #49285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49285C; }
p { color: rgb(73,40,92); }
H1.HeaderClassName
{
color: #49285C;
}
.AnyTagClassName
{
color: #49285C;
}
</style>
background-color css
<style>
a { background-color: #49285C; }
a { background-color: rgb(73,40,92); }
div.DivClassName
{
background-color: #49285C;
}
.BgClassName
{
background-color: #49285C;
}
</style>
border-color css
<style>
span { border-color: #49285C; }
span { border-color: rgb(73,40,92); }
td.TdClassName
{
border-color: #49285C;
}
.TagClassName
{
border-color: #49285C;
}
</style>