Shades of Scarlet Gum #493E50
Tints of Scarlet Gum #493E50
RGB
CMYK
RGB Variations
Color information
#493E50 (or 0x493E50) is known color: Scarlet Gum. HEX triplet: 49, 3E and 50. RGB value is (73,62,80). Sum of RGB (Red+Green+Blue) = 73+62+80=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 80 - color contains mainly: blue. Hex color #493E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E50 is #B6C1AF. Grayscale: #434343. Windows color (decimal): -11977136 or 5258825. OLE color: 5258825.
HSL color Cylindrical-coordinate representation of color #493E50: hue angle of 276.67º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #493E50 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 62 | 80 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.69 |
| HSL | 276.67º | 0.13% | 0.28% | - |
| HSV(B) | 276.67º | 0.23% | 0.31% | - |
| XYZ | 5.92 | 5.44 | 8.33 | - |
| YUV | 67.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 80 | 0.09 | 0.22 | 0 | 0.69 | 276.67 | 0.13 | 0.28 |
| Hex | 49 | 3E | 50 | 9 | 16 | 0 | 45 | 115 | D | 1C |
| Octal | 111 | 76 | 120 | 11 | 26 | 0 | 105 | 425 | 15 | 34 |
| Binary | 1001001 | 111110 | 1010000 | 1001 | 10110 | 0 | 1000101 | 100010101 | 1101 | 11100 |
Color Harmonies of #493E50
Complementary color
Monochromatic Colors of #493E50
Black with #493E50
Text Example
Text Example
White with #493E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E50; }
p { color: rgb(73,62,80); }
H1.HeaderClassName
{
color: #493E50;
}
.AnyTagClassName
{
color: #493E50;
}
</style>
background-color css
<style>
a { background-color: #493E50; }
a { background-color: rgb(73,62,80); }
div.DivClassName
{
background-color: #493E50;
}
.BgClassName
{
background-color: #493E50;
}
</style>
border-color css
<style>
span { border-color: #493E50; }
span { border-color: rgb(73,62,80); }
td.TdClassName
{
border-color: #493E50;
}
.TagClassName
{
border-color: #493E50;
}
</style>