Shades of Scarlet Gum #493250
Tints of Scarlet Gum #493250
RGB
CMYK
RGB Variations
Color information
#493250 (or 0x493250) is known color: Scarlet Gum. HEX triplet: 49, 32 and 50. RGB value is (73,50,80). Sum of RGB (Red+Green+Blue) = 73+50+80=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #493250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493250 is #B6CDAF. Grayscale: #3C3C3C. Windows color (decimal): -11980208 or 5255753. OLE color: 5255753.
HSL color Cylindrical-coordinate representation of color #493250: hue angle of 286º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #493250 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 50 | 80 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.69 |
| HSL | 286º | 0.23% | 0.25% | - |
| HSV(B) | 286º | 0.38% | 0.31% | - |
| XYZ | 5.34 | 4.28 | 8.13 | - |
| YUV | 60.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 80 | 0.09 | 0.37 | 0 | 0.69 | 286 | 0.23 | 0.25 |
| Hex | 49 | 32 | 50 | 9 | 25 | 0 | 45 | 11E | 17 | 19 |
| Octal | 111 | 62 | 120 | 11 | 45 | 0 | 105 | 436 | 27 | 31 |
| Binary | 1001001 | 110010 | 1010000 | 1001 | 100101 | 0 | 1000101 | 100011110 | 10111 | 11001 |
Color Harmonies of #493250
Complementary color
Monochromatic Colors of #493250
Black with #493250
Text Example
Text Example
White with #493250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493250; }
p { color: rgb(73,50,80); }
H1.HeaderClassName
{
color: #493250;
}
.AnyTagClassName
{
color: #493250;
}
</style>
background-color css
<style>
a { background-color: #493250; }
a { background-color: rgb(73,50,80); }
div.DivClassName
{
background-color: #493250;
}
.BgClassName
{
background-color: #493250;
}
</style>
border-color css
<style>
span { border-color: #493250; }
span { border-color: rgb(73,50,80); }
td.TdClassName
{
border-color: #493250;
}
.TagClassName
{
border-color: #493250;
}
</style>