Shades of Scarlet Gum #492A57
Tints of Scarlet Gum #492A57
RGB
CMYK
RGB Variations
Color information
#492A57 (or 0x492A57) is known color: Scarlet Gum. HEX triplet: 49, 2A and 57. RGB value is (73,42,87). Sum of RGB (Red+Green+Blue) = 73+42+87=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #492A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492A57 is #B6D5A8. Grayscale: #383838. Windows color (decimal): -11982249 or 5712457. OLE color: 5712457.
HSL color Cylindrical-coordinate representation of color #492A57: hue angle of 281.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #492A57 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 42 | 87 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.66 |
| HSL | 281.33º | 0.35% | 0.25% | - |
| HSV(B) | 281.33º | 0.52% | 0.34% | - |
| XYZ | 5.3 | 3.76 | 9.46 | - |
| YUV | 56.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 87 | 0.16 | 0.52 | 0 | 0.66 | 281.33 | 0.35 | 0.25 |
| Hex | 49 | 2A | 57 | 10 | 34 | 0 | 42 | 119 | 23 | 19 |
| Octal | 111 | 52 | 127 | 20 | 64 | 0 | 102 | 431 | 43 | 31 |
| Binary | 1001001 | 101010 | 1010111 | 10000 | 110100 | 0 | 1000010 | 100011001 | 100011 | 11001 |
Color Harmonies of #492A57
Complementary color
Monochromatic Colors of #492A57
Black with #492A57
Text Example
Text Example
White with #492A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492A57; }
p { color: rgb(73,42,87); }
H1.HeaderClassName
{
color: #492A57;
}
.AnyTagClassName
{
color: #492A57;
}
</style>
background-color css
<style>
a { background-color: #492A57; }
a { background-color: rgb(73,42,87); }
div.DivClassName
{
background-color: #492A57;
}
.BgClassName
{
background-color: #492A57;
}
</style>
border-color css
<style>
span { border-color: #492A57; }
span { border-color: rgb(73,42,87); }
td.TdClassName
{
border-color: #492A57;
}
.TagClassName
{
border-color: #492A57;
}
</style>