Shades of Scarlet Gum #503859
Tints of Scarlet Gum #503859
RGB
CMYK
RGB Variations
Color information
#503859 (or 0x503859) is known color: Scarlet Gum. HEX triplet: 50, 38 and 59. RGB value is (80,56,89). Sum of RGB (Red+Green+Blue) = 80+56+89=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #503859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503859 is #AFC7A6. Grayscale: #424242. Windows color (decimal): -11519911 or 5847120. OLE color: 5847120.
HSL color Cylindrical-coordinate representation of color #503859: hue angle of 283.64º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #503859 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 56 | 89 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.65 |
| HSL | 283.64º | 0.23% | 0.28% | - |
| HSV(B) | 283.64º | 0.37% | 0.35% | - |
| XYZ | 6.53 | 5.26 | 10.12 | - |
| YUV | 66.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 89 | 0.10 | 0.37 | 0 | 0.65 | 283.64 | 0.23 | 0.28 |
| Hex | 50 | 38 | 59 | A | 25 | 0 | 41 | 11C | 17 | 1C |
| Octal | 120 | 70 | 131 | 12 | 45 | 0 | 101 | 434 | 27 | 34 |
| Binary | 1010000 | 111000 | 1011001 | 1010 | 100101 | 0 | 1000001 | 100011100 | 10111 | 11100 |
Color Harmonies of #503859
Complementary color
Monochromatic Colors of #503859
Black with #503859
Text Example
Text Example
White with #503859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503859; }
p { color: rgb(80,56,89); }
H1.HeaderClassName
{
color: #503859;
}
.AnyTagClassName
{
color: #503859;
}
</style>
background-color css
<style>
a { background-color: #503859; }
a { background-color: rgb(80,56,89); }
div.DivClassName
{
background-color: #503859;
}
.BgClassName
{
background-color: #503859;
}
</style>
border-color css
<style>
span { border-color: #503859; }
span { border-color: rgb(80,56,89); }
td.TdClassName
{
border-color: #503859;
}
.TagClassName
{
border-color: #503859;
}
</style>