Shades of Scarlet Gum #503163
Tints of Scarlet Gum #503163
RGB
CMYK
RGB Variations
Color information
#503163 (or 0x503163) is known color: Scarlet Gum. HEX triplet: 50, 31 and 63. RGB value is (80,49,99). Sum of RGB (Red+Green+Blue) = 80+49+99=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #503163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503163 is #AFCE9C. Grayscale: #3F3F3F. Windows color (decimal): -11521693 or 6500688. OLE color: 6500688.
HSL color Cylindrical-coordinate representation of color #503163: hue angle of 277.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #503163 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 49 | 99 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.61 |
| HSL | 277.2º | 0.34% | 0.29% | - |
| HSV(B) | 277.2º | 0.51% | 0.39% | - |
| XYZ | 6.66 | 4.8 | 12.38 | - |
| YUV | 63.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 99 | 0.19 | 0.51 | 0 | 0.61 | 277.2 | 0.34 | 0.29 |
| Hex | 50 | 31 | 63 | 13 | 33 | 0 | 3D | 115 | 22 | 1D |
| Octal | 120 | 61 | 143 | 23 | 63 | 0 | 75 | 425 | 42 | 35 |
| Binary | 1010000 | 110001 | 1100011 | 10011 | 110011 | 0 | 111101 | 100010101 | 100010 | 11101 |
Color Harmonies of #503163
Complementary color
Monochromatic Colors of #503163
Black with #503163
Text Example
Text Example
White with #503163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503163; }
p { color: rgb(80,49,99); }
H1.HeaderClassName
{
color: #503163;
}
.AnyTagClassName
{
color: #503163;
}
</style>
background-color css
<style>
a { background-color: #503163; }
a { background-color: rgb(80,49,99); }
div.DivClassName
{
background-color: #503163;
}
.BgClassName
{
background-color: #503163;
}
</style>
border-color css
<style>
span { border-color: #503163; }
span { border-color: rgb(80,49,99); }
td.TdClassName
{
border-color: #503163;
}
.TagClassName
{
border-color: #503163;
}
</style>