Shades of Scarlet Gum #492D55
Tints of Scarlet Gum #492D55
RGB
CMYK
RGB Variations
Color information
#492D55 (or 0x492D55) is known color: Scarlet Gum. HEX triplet: 49, 2D and 55. RGB value is (73,45,85). Sum of RGB (Red+Green+Blue) = 73+45+85=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #492D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492D55 is #B6D2AA. Grayscale: #393939. Windows color (decimal): -11981483 or 5582153. OLE color: 5582153.
HSL color Cylindrical-coordinate representation of color #492D55: hue angle of 282º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #492D55 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 45 | 85 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.67 |
| HSL | 282º | 0.31% | 0.25% | - |
| HSV(B) | 282º | 0.47% | 0.33% | - |
| XYZ | 5.33 | 3.95 | 9.08 | - |
| YUV | 57.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 85 | 0.14 | 0.47 | 0 | 0.67 | 282 | 0.31 | 0.25 |
| Hex | 49 | 2D | 55 | E | 2F | 0 | 43 | 11A | 1F | 19 |
| Octal | 111 | 55 | 125 | 16 | 57 | 0 | 103 | 432 | 37 | 31 |
| Binary | 1001001 | 101101 | 1010101 | 1110 | 101111 | 0 | 1000011 | 100011010 | 11111 | 11001 |
Color Harmonies of #492D55
Complementary color
Monochromatic Colors of #492D55
Black with #492D55
Text Example
Text Example
White with #492D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D55; }
p { color: rgb(73,45,85); }
H1.HeaderClassName
{
color: #492D55;
}
.AnyTagClassName
{
color: #492D55;
}
</style>
background-color css
<style>
a { background-color: #492D55; }
a { background-color: rgb(73,45,85); }
div.DivClassName
{
background-color: #492D55;
}
.BgClassName
{
background-color: #492D55;
}
</style>
border-color css
<style>
span { border-color: #492D55; }
span { border-color: rgb(73,45,85); }
td.TdClassName
{
border-color: #492D55;
}
.TagClassName
{
border-color: #492D55;
}
</style>