Shades of Scarlet Gum #493D50
Tints of Scarlet Gum #493D50
RGB
CMYK
RGB Variations
Color information
#493D50 (or 0x493D50) is known color: Scarlet Gum. HEX triplet: 49, 3D and 50. RGB value is (73,61,80). Sum of RGB (Red+Green+Blue) = 73+61+80=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: blue. Hex color #493D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D50 is #B6C2AF. Grayscale: #424242. Windows color (decimal): -11977392 or 5258569. OLE color: 5258569.
HSL color Cylindrical-coordinate representation of color #493D50: hue angle of 277.89º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #493D50 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 61 | 80 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.69 |
| HSL | 277.89º | 0.13% | 0.28% | - |
| HSV(B) | 277.89º | 0.24% | 0.31% | - |
| XYZ | 5.86 | 5.33 | 8.31 | - |
| YUV | 66.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 80 | 0.09 | 0.24 | 0 | 0.69 | 277.89 | 0.13 | 0.28 |
| Hex | 49 | 3D | 50 | 9 | 18 | 0 | 45 | 116 | D | 1C |
| Octal | 111 | 75 | 120 | 11 | 30 | 0 | 105 | 426 | 15 | 34 |
| Binary | 1001001 | 111101 | 1010000 | 1001 | 11000 | 0 | 1000101 | 100010110 | 1101 | 11100 |
Color Harmonies of #493D50
Complementary color
Monochromatic Colors of #493D50
Black with #493D50
Text Example
Text Example
White with #493D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D50; }
p { color: rgb(73,61,80); }
H1.HeaderClassName
{
color: #493D50;
}
.AnyTagClassName
{
color: #493D50;
}
</style>
background-color css
<style>
a { background-color: #493D50; }
a { background-color: rgb(73,61,80); }
div.DivClassName
{
background-color: #493D50;
}
.BgClassName
{
background-color: #493D50;
}
</style>
border-color css
<style>
span { border-color: #493D50; }
span { border-color: rgb(73,61,80); }
td.TdClassName
{
border-color: #493D50;
}
.TagClassName
{
border-color: #493D50;
}
</style>