Shades of Scarlet Gum #492562
Tints of Scarlet Gum #492562
RGB
CMYK
RGB Variations
Color information
#492562 (or 0x492562) is known color: Scarlet Gum. HEX triplet: 49, 25 and 62. RGB value is (73,37,98). Sum of RGB (Red+Green+Blue) = 73+37+98=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #492562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492562 is #B6DA9D. Grayscale: #363636. Windows color (decimal): -11983518 or 6432073. OLE color: 6432073.
HSL color Cylindrical-coordinate representation of color #492562: hue angle of 275.41º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #492562 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 37 | 98 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.62 |
| HSL | 275.41º | 0.45% | 0.26% | - |
| HSV(B) | 275.41º | 0.62% | 0.38% | - |
| XYZ | 5.61 | 3.62 | 11.96 | - |
| YUV | 54.72 | 152.43 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 98 | 0.26 | 0.62 | 0 | 0.62 | 275.41 | 0.45 | 0.26 |
| Hex | 49 | 25 | 62 | 1A | 3E | 0 | 3E | 113 | 2D | 1A |
| Octal | 111 | 45 | 142 | 32 | 76 | 0 | 76 | 423 | 55 | 32 |
| Binary | 1001001 | 100101 | 1100010 | 11010 | 111110 | 0 | 111110 | 100010011 | 101101 | 11010 |
Color Harmonies of #492562
Complementary color
Monochromatic Colors of #492562
Black with #492562
Text Example
Text Example
White with #492562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492562; }
p { color: rgb(73,37,98); }
H1.HeaderClassName
{
color: #492562;
}
.AnyTagClassName
{
color: #492562;
}
</style>
background-color css
<style>
a { background-color: #492562; }
a { background-color: rgb(73,37,98); }
div.DivClassName
{
background-color: #492562;
}
.BgClassName
{
background-color: #492562;
}
</style>
border-color css
<style>
span { border-color: #492562; }
span { border-color: rgb(73,37,98); }
td.TdClassName
{
border-color: #492562;
}
.TagClassName
{
border-color: #492562;
}
</style>