Shades of Scarlet Gum #503160
Tints of Scarlet Gum #503160
RGB
CMYK
RGB Variations
Color information
#503160 (or 0x503160) is known color: Scarlet Gum. HEX triplet: 50, 31 and 60. RGB value is (80,49,96). Sum of RGB (Red+Green+Blue) = 80+49+96=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #503160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503160 is #AFCE9F. Grayscale: #3F3F3F. Windows color (decimal): -11521696 or 6304080. OLE color: 6304080.
HSL color Cylindrical-coordinate representation of color #503160: hue angle of 279.57º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #503160 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 49 | 96 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.62 |
| HSL | 279.57º | 0.32% | 0.28% | - |
| HSV(B) | 279.57º | 0.49% | 0.38% | - |
| XYZ | 6.52 | 4.75 | 11.64 | - |
| YUV | 63.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 96 | 0.17 | 0.49 | 0 | 0.62 | 279.57 | 0.32 | 0.28 |
| Hex | 50 | 31 | 60 | 11 | 31 | 0 | 3E | 118 | 20 | 1C |
| Octal | 120 | 61 | 140 | 21 | 61 | 0 | 76 | 430 | 40 | 34 |
| Binary | 1010000 | 110001 | 1100000 | 10001 | 110001 | 0 | 111110 | 100011000 | 100000 | 11100 |
Color Harmonies of #503160
Complementary color
Monochromatic Colors of #503160
Black with #503160
Text Example
Text Example
White with #503160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503160; }
p { color: rgb(80,49,96); }
H1.HeaderClassName
{
color: #503160;
}
.AnyTagClassName
{
color: #503160;
}
</style>
background-color css
<style>
a { background-color: #503160; }
a { background-color: rgb(80,49,96); }
div.DivClassName
{
background-color: #503160;
}
.BgClassName
{
background-color: #503160;
}
</style>
border-color css
<style>
span { border-color: #503160; }
span { border-color: rgb(80,49,96); }
td.TdClassName
{
border-color: #503160;
}
.TagClassName
{
border-color: #503160;
}
</style>