Shades of Scarlet Gum #501761
Tints of Scarlet Gum #501761
RGB
CMYK
RGB Variations
Color information
#501761 (or 0x501761) is known color: Scarlet Gum. HEX triplet: 50, 17 and 61. RGB value is (80,23,97). Sum of RGB (Red+Green+Blue) = 80+23+97=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #501761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501761 is #AFE89E. Grayscale: #303030. Windows color (decimal): -11528351 or 6362960. OLE color: 6362960.
HSL color Cylindrical-coordinate representation of color #501761: hue angle of 286.22º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501761 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 23 | 97 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.62 |
| HSL | 286.22º | 0.62% | 0.24% | - |
| HSV(B) | 286.22º | 0.76% | 0.38% | - |
| XYZ | 5.77 | 3.18 | 11.62 | - |
| YUV | 48.48 | 155.38 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 97 | 0.18 | 0.76 | 0 | 0.62 | 286.22 | 0.62 | 0.24 |
| Hex | 50 | 17 | 61 | 12 | 4C | 0 | 3E | 11E | 3E | 18 |
| Octal | 120 | 27 | 141 | 22 | 114 | 0 | 76 | 436 | 76 | 30 |
| Binary | 1010000 | 10111 | 1100001 | 10010 | 1001100 | 0 | 111110 | 100011110 | 111110 | 11000 |
Color Harmonies of #501761
Complementary color
Monochromatic Colors of #501761
Black with #501761
Text Example
Text Example
White with #501761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501761; }
p { color: rgb(80,23,97); }
H1.HeaderClassName
{
color: #501761;
}
.AnyTagClassName
{
color: #501761;
}
</style>
background-color css
<style>
a { background-color: #501761; }
a { background-color: rgb(80,23,97); }
div.DivClassName
{
background-color: #501761;
}
.BgClassName
{
background-color: #501761;
}
</style>
border-color css
<style>
span { border-color: #501761; }
span { border-color: rgb(80,23,97); }
td.TdClassName
{
border-color: #501761;
}
.TagClassName
{
border-color: #501761;
}
</style>