Shades of Scarlet Gum #492D59
Tints of Scarlet Gum #492D59
RGB
CMYK
RGB Variations
Color information
#492D59 (or 0x492D59) is known color: Scarlet Gum. HEX triplet: 49, 2D and 59. RGB value is (73,45,89). Sum of RGB (Red+Green+Blue) = 73+45+89=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #492D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492D59 is #B6D2A6. Grayscale: #3A3A3A. Windows color (decimal): -11981479 or 5844297. OLE color: 5844297.
HSL color Cylindrical-coordinate representation of color #492D59: hue angle of 278.18º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #492D59 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 45 | 89 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.65 |
| HSL | 278.18º | 0.33% | 0.26% | - |
| HSV(B) | 278.18º | 0.49% | 0.35% | - |
| XYZ | 5.49 | 4.01 | 9.94 | - |
| YUV | 58.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 89 | 0.18 | 0.49 | 0 | 0.65 | 278.18 | 0.33 | 0.26 |
| Hex | 49 | 2D | 59 | 12 | 31 | 0 | 41 | 116 | 21 | 1A |
| Octal | 111 | 55 | 131 | 22 | 61 | 0 | 101 | 426 | 41 | 32 |
| Binary | 1001001 | 101101 | 1011001 | 10010 | 110001 | 0 | 1000001 | 100010110 | 100001 | 11010 |
Color Harmonies of #492D59
Complementary color
Monochromatic Colors of #492D59
Black with #492D59
Text Example
Text Example
White with #492D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D59; }
p { color: rgb(73,45,89); }
H1.HeaderClassName
{
color: #492D59;
}
.AnyTagClassName
{
color: #492D59;
}
</style>
background-color css
<style>
a { background-color: #492D59; }
a { background-color: rgb(73,45,89); }
div.DivClassName
{
background-color: #492D59;
}
.BgClassName
{
background-color: #492D59;
}
</style>
border-color css
<style>
span { border-color: #492D59; }
span { border-color: rgb(73,45,89); }
td.TdClassName
{
border-color: #492D59;
}
.TagClassName
{
border-color: #492D59;
}
</style>