Shades of Scarlet Gum #501263
Tints of Scarlet Gum #501263
RGB
CMYK
RGB Variations
Color information
#501263 (or 0x501263) is known color: Scarlet Gum. HEX triplet: 50, 12 and 63. RGB value is (80,18,99). Sum of RGB (Red+Green+Blue) = 80+18+99=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #501263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501263 is #AFED9C. Grayscale: #2D2D2D. Windows color (decimal): -11529629 or 6492752. OLE color: 6492752.
HSL color Cylindrical-coordinate representation of color #501263: hue angle of 285.93º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501263 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 18 | 99 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.61 |
| HSL | 285.93º | 0.69% | 0.23% | - |
| HSV(B) | 285.93º | 0.82% | 0.39% | - |
| XYZ | 5.78 | 3.04 | 12.09 | - |
| YUV | 45.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 99 | 0.19 | 0.82 | 0 | 0.61 | 285.93 | 0.69 | 0.23 |
| Hex | 50 | 12 | 63 | 13 | 52 | 0 | 3D | 11E | 45 | 17 |
| Octal | 120 | 22 | 143 | 23 | 122 | 0 | 75 | 436 | 105 | 27 |
| Binary | 1010000 | 10010 | 1100011 | 10011 | 1010010 | 0 | 111101 | 100011110 | 1000101 | 10111 |
Color Harmonies of #501263
Complementary color
Monochromatic Colors of #501263
Black with #501263
Text Example
Text Example
White with #501263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501263; }
p { color: rgb(80,18,99); }
H1.HeaderClassName
{
color: #501263;
}
.AnyTagClassName
{
color: #501263;
}
</style>
background-color css
<style>
a { background-color: #501263; }
a { background-color: rgb(80,18,99); }
div.DivClassName
{
background-color: #501263;
}
.BgClassName
{
background-color: #501263;
}
</style>
border-color css
<style>
span { border-color: #501263; }
span { border-color: rgb(80,18,99); }
td.TdClassName
{
border-color: #501263;
}
.TagClassName
{
border-color: #501263;
}
</style>