Shades of Scarlet Gum #501964
Tints of Scarlet Gum #501964
RGB
CMYK
RGB Variations
Color information
#501964 (or 0x501964) is known color: Scarlet Gum. HEX triplet: 50, 19 and 64. RGB value is (80,25,100). Sum of RGB (Red+Green+Blue) = 80+25+100=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #501964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501964 is #AFE69B. Grayscale: #313131. Windows color (decimal): -11527836 or 6560080. OLE color: 6560080.
HSL color Cylindrical-coordinate representation of color #501964: hue angle of 284º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501964 is Cyan = 0.2, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 25 | 100 | - |
| CMYK | 0.2 | 0.75 | 0 | 0.61 |
| HSL | 284º | 0.6% | 0.25% | - |
| HSV(B) | 284º | 0.75% | 0.39% | - |
| XYZ | 5.96 | 3.32 | 12.38 | - |
| YUV | 50 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 100 | 0.2 | 0.75 | 0 | 0.61 | 284 | 0.6 | 0.25 |
| Hex | 50 | 19 | 64 | 14 | 4B | 0 | 3D | 11C | 3C | 19 |
| Octal | 120 | 31 | 144 | 24 | 113 | 0 | 75 | 434 | 74 | 31 |
| Binary | 1010000 | 11001 | 1100100 | 10100 | 1001011 | 0 | 111101 | 100011100 | 111100 | 11001 |
Color Harmonies of #501964
Complementary color
Monochromatic Colors of #501964
Black with #501964
Text Example
Text Example
White with #501964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501964; }
p { color: rgb(80,25,100); }
H1.HeaderClassName
{
color: #501964;
}
.AnyTagClassName
{
color: #501964;
}
</style>
background-color css
<style>
a { background-color: #501964; }
a { background-color: rgb(80,25,100); }
div.DivClassName
{
background-color: #501964;
}
.BgClassName
{
background-color: #501964;
}
</style>
border-color css
<style>
span { border-color: #501964; }
span { border-color: rgb(80,25,100); }
td.TdClassName
{
border-color: #501964;
}
.TagClassName
{
border-color: #501964;
}
</style>