Shades of Scarlet Gum #504059
Tints of Scarlet Gum #504059
RGB
CMYK
RGB Variations
Color information
#504059 (or 0x504059) is known color: Scarlet Gum. HEX triplet: 50, 40 and 59. RGB value is (80,64,89). Sum of RGB (Red+Green+Blue) = 80+64+89=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #504059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504059 is #AFBFA6. Grayscale: #474747. Windows color (decimal): -11517863 or 5849168. OLE color: 5849168.
HSL color Cylindrical-coordinate representation of color #504059: hue angle of 278.4º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #504059 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 64 | 89 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.65 |
| HSL | 278.4º | 0.16% | 0.3% | - |
| HSV(B) | 278.4º | 0.28% | 0.35% | - |
| XYZ | 6.94 | 6.09 | 10.26 | - |
| YUV | 71.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 89 | 0.10 | 0.28 | 0 | 0.65 | 278.4 | 0.16 | 0.3 |
| Hex | 50 | 40 | 59 | A | 1C | 0 | 41 | 116 | 10 | 1E |
| Octal | 120 | 100 | 131 | 12 | 34 | 0 | 101 | 426 | 20 | 36 |
| Binary | 1010000 | 1000000 | 1011001 | 1010 | 11100 | 0 | 1000001 | 100010110 | 10000 | 11110 |
Color Harmonies of #504059
Complementary color
Monochromatic Colors of #504059
Black with #504059
Text Example
Text Example
White with #504059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504059; }
p { color: rgb(80,64,89); }
H1.HeaderClassName
{
color: #504059;
}
.AnyTagClassName
{
color: #504059;
}
</style>
background-color css
<style>
a { background-color: #504059; }
a { background-color: rgb(80,64,89); }
div.DivClassName
{
background-color: #504059;
}
.BgClassName
{
background-color: #504059;
}
</style>
border-color css
<style>
span { border-color: #504059; }
span { border-color: rgb(80,64,89); }
td.TdClassName
{
border-color: #504059;
}
.TagClassName
{
border-color: #504059;
}
</style>