Shades of Scarlet Gum #501863
Tints of Scarlet Gum #501863
RGB
CMYK
RGB Variations
Color information
#501863 (or 0x501863) is known color: Scarlet Gum. HEX triplet: 50, 18 and 63. RGB value is (80,24,99). Sum of RGB (Red+Green+Blue) = 80+24+99=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #501863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501863 is #AFE79C. Grayscale: #313131. Windows color (decimal): -11528093 or 6494288. OLE color: 6494288.
HSL color Cylindrical-coordinate representation of color #501863: hue angle of 284.8º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501863 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 24 | 99 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.61 |
| HSL | 284.8º | 0.61% | 0.24% | - |
| HSV(B) | 284.8º | 0.76% | 0.39% | - |
| XYZ | 5.89 | 3.26 | 12.12 | - |
| YUV | 49.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 99 | 0.19 | 0.76 | 0 | 0.61 | 284.8 | 0.61 | 0.24 |
| Hex | 50 | 18 | 63 | 13 | 4C | 0 | 3D | 11D | 3D | 18 |
| Octal | 120 | 30 | 143 | 23 | 114 | 0 | 75 | 435 | 75 | 30 |
| Binary | 1010000 | 11000 | 1100011 | 10011 | 1001100 | 0 | 111101 | 100011101 | 111101 | 11000 |
Color Harmonies of #501863
Complementary color
Monochromatic Colors of #501863
Black with #501863
Text Example
Text Example
White with #501863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501863; }
p { color: rgb(80,24,99); }
H1.HeaderClassName
{
color: #501863;
}
.AnyTagClassName
{
color: #501863;
}
</style>
background-color css
<style>
a { background-color: #501863; }
a { background-color: rgb(80,24,99); }
div.DivClassName
{
background-color: #501863;
}
.BgClassName
{
background-color: #501863;
}
</style>
border-color css
<style>
span { border-color: #501863; }
span { border-color: rgb(80,24,99); }
td.TdClassName
{
border-color: #501863;
}
.TagClassName
{
border-color: #501863;
}
</style>