Shades of Scarlet Gum #501961
Tints of Scarlet Gum #501961
RGB
CMYK
RGB Variations
Color information
#501961 (or 0x501961) is known color: Scarlet Gum. HEX triplet: 50, 19 and 61. RGB value is (80,25,97). Sum of RGB (Red+Green+Blue) = 80+25+97=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #501961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501961 is #AFE69E. Grayscale: #313131. Windows color (decimal): -11527839 or 6363472. OLE color: 6363472.
HSL color Cylindrical-coordinate representation of color #501961: hue angle of 285.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501961 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 25 | 97 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.62 |
| HSL | 285.83º | 0.59% | 0.24% | - |
| HSV(B) | 285.83º | 0.74% | 0.38% | - |
| XYZ | 5.81 | 3.26 | 11.63 | - |
| YUV | 49.65 | 154.72 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 97 | 0.18 | 0.74 | 0 | 0.62 | 285.83 | 0.59 | 0.24 |
| Hex | 50 | 19 | 61 | 12 | 4A | 0 | 3E | 11E | 3B | 18 |
| Octal | 120 | 31 | 141 | 22 | 112 | 0 | 76 | 436 | 73 | 30 |
| Binary | 1010000 | 11001 | 1100001 | 10010 | 1001010 | 0 | 111110 | 100011110 | 111011 | 11000 |
Color Harmonies of #501961
Complementary color
Monochromatic Colors of #501961
Black with #501961
Text Example
Text Example
White with #501961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501961; }
p { color: rgb(80,25,97); }
H1.HeaderClassName
{
color: #501961;
}
.AnyTagClassName
{
color: #501961;
}
</style>
background-color css
<style>
a { background-color: #501961; }
a { background-color: rgb(80,25,97); }
div.DivClassName
{
background-color: #501961;
}
.BgClassName
{
background-color: #501961;
}
</style>
border-color css
<style>
span { border-color: #501961; }
span { border-color: rgb(80,25,97); }
td.TdClassName
{
border-color: #501961;
}
.TagClassName
{
border-color: #501961;
}
</style>