Shades of Scarlet Gum #492857
Tints of Scarlet Gum #492857
RGB
CMYK
RGB Variations
Color information
#492857 (or 0x492857) is known color: Scarlet Gum. HEX triplet: 49, 28 and 57. RGB value is (73,40,87). Sum of RGB (Red+Green+Blue) = 73+40+87=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #492857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492857 is #B6D7A8. Grayscale: #373737. Windows color (decimal): -11982761 or 5711945. OLE color: 5711945.
HSL color Cylindrical-coordinate representation of color #492857: hue angle of 282.13º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #492857 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 40 | 87 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.66 |
| HSL | 282.13º | 0.37% | 0.25% | - |
| HSV(B) | 282.13º | 0.54% | 0.34% | - |
| XYZ | 5.23 | 3.62 | 9.44 | - |
| YUV | 55.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 87 | 0.16 | 0.54 | 0 | 0.66 | 282.13 | 0.37 | 0.25 |
| Hex | 49 | 28 | 57 | 10 | 36 | 0 | 42 | 11A | 25 | 19 |
| Octal | 111 | 50 | 127 | 20 | 66 | 0 | 102 | 432 | 45 | 31 |
| Binary | 1001001 | 101000 | 1010111 | 10000 | 110110 | 0 | 1000010 | 100011010 | 100101 | 11001 |
Color Harmonies of #492857
Complementary color
Monochromatic Colors of #492857
Black with #492857
Text Example
Text Example
White with #492857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492857; }
p { color: rgb(73,40,87); }
H1.HeaderClassName
{
color: #492857;
}
.AnyTagClassName
{
color: #492857;
}
</style>
background-color css
<style>
a { background-color: #492857; }
a { background-color: rgb(73,40,87); }
div.DivClassName
{
background-color: #492857;
}
.BgClassName
{
background-color: #492857;
}
</style>
border-color css
<style>
span { border-color: #492857; }
span { border-color: rgb(73,40,87); }
td.TdClassName
{
border-color: #492857;
}
.TagClassName
{
border-color: #492857;
}
</style>