Shades of Scarlet Gum #501260
Tints of Scarlet Gum #501260
RGB
CMYK
RGB Variations
Color information
#501260 (or 0x501260) is known color: Scarlet Gum. HEX triplet: 50, 12 and 60. RGB value is (80,18,96). Sum of RGB (Red+Green+Blue) = 80+18+96=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #501260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501260 is #AFED9F. Grayscale: #2D2D2D. Windows color (decimal): -11529632 or 6296144. OLE color: 6296144.
HSL color Cylindrical-coordinate representation of color #501260: hue angle of 287.69º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501260 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 18 | 96 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.62 |
| HSL | 287.69º | 0.68% | 0.22% | - |
| HSV(B) | 287.69º | 0.81% | 0.38% | - |
| XYZ | 5.64 | 2.98 | 11.34 | - |
| YUV | 45.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 96 | 0.17 | 0.81 | 0 | 0.62 | 287.69 | 0.68 | 0.22 |
| Hex | 50 | 12 | 60 | 11 | 51 | 0 | 3E | 120 | 44 | 16 |
| Octal | 120 | 22 | 140 | 21 | 121 | 0 | 76 | 440 | 104 | 26 |
| Binary | 1010000 | 10010 | 1100000 | 10001 | 1010001 | 0 | 111110 | 100100000 | 1000100 | 10110 |
Color Harmonies of #501260
Complementary color
Monochromatic Colors of #501260
Black with #501260
Text Example
Text Example
White with #501260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501260; }
p { color: rgb(80,18,96); }
H1.HeaderClassName
{
color: #501260;
}
.AnyTagClassName
{
color: #501260;
}
</style>
background-color css
<style>
a { background-color: #501260; }
a { background-color: rgb(80,18,96); }
div.DivClassName
{
background-color: #501260;
}
.BgClassName
{
background-color: #501260;
}
</style>
border-color css
<style>
span { border-color: #501260; }
span { border-color: rgb(80,18,96); }
td.TdClassName
{
border-color: #501260;
}
.TagClassName
{
border-color: #501260;
}
</style>