Shades of Scarlet Gum #492E53
Tints of Scarlet Gum #492E53
RGB
CMYK
RGB Variations
Color information
#492E53 (or 0x492E53) is known color: Scarlet Gum. HEX triplet: 49, 2E and 53. RGB value is (73,46,83). Sum of RGB (Red+Green+Blue) = 73+46+83=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #492E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E53 is #B6D1AC. Grayscale: #3A3A3A. Windows color (decimal): -11981229 or 5451337. OLE color: 5451337.
HSL color Cylindrical-coordinate representation of color #492E53: hue angle of 283.78º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #492E53 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 46 | 83 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.67 |
| HSL | 283.78º | 0.29% | 0.25% | - |
| HSV(B) | 283.78º | 0.45% | 0.33% | - |
| XYZ | 5.29 | 3.99 | 8.68 | - |
| YUV | 58.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 83 | 0.12 | 0.45 | 0 | 0.67 | 283.78 | 0.29 | 0.25 |
| Hex | 49 | 2E | 53 | C | 2D | 0 | 43 | 11C | 1D | 19 |
| Octal | 111 | 56 | 123 | 14 | 55 | 0 | 103 | 434 | 35 | 31 |
| Binary | 1001001 | 101110 | 1010011 | 1100 | 101101 | 0 | 1000011 | 100011100 | 11101 | 11001 |
Color Harmonies of #492E53
Complementary color
Monochromatic Colors of #492E53
Black with #492E53
Text Example
Text Example
White with #492E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E53; }
p { color: rgb(73,46,83); }
H1.HeaderClassName
{
color: #492E53;
}
.AnyTagClassName
{
color: #492E53;
}
</style>
background-color css
<style>
a { background-color: #492E53; }
a { background-color: rgb(73,46,83); }
div.DivClassName
{
background-color: #492E53;
}
.BgClassName
{
background-color: #492E53;
}
</style>
border-color css
<style>
span { border-color: #492E53; }
span { border-color: rgb(73,46,83); }
td.TdClassName
{
border-color: #492E53;
}
.TagClassName
{
border-color: #492E53;
}
</style>