Shades of Scarlet Gum #501968
Tints of Scarlet Gum #501968
RGB
CMYK
RGB Variations
Color information
#501968 (or 0x501968) is known color: Scarlet Gum. HEX triplet: 50, 19 and 68. RGB value is (80,25,104). Sum of RGB (Red+Green+Blue) = 80+25+104=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #501968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501968 is #AFE697. Grayscale: #323232. Windows color (decimal): -11527832 or 6822224. OLE color: 6822224.
HSL color Cylindrical-coordinate representation of color #501968: hue angle of 281.77º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501968 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 25 | 104 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.59 |
| HSL | 281.77º | 0.61% | 0.25% | - |
| HSV(B) | 281.77º | 0.76% | 0.41% | - |
| XYZ | 6.15 | 3.4 | 13.43 | - |
| YUV | 50.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 104 | 0.23 | 0.76 | 0 | 0.59 | 281.77 | 0.61 | 0.25 |
| Hex | 50 | 19 | 68 | 17 | 4C | 0 | 3B | 11A | 3D | 19 |
| Octal | 120 | 31 | 150 | 27 | 114 | 0 | 73 | 432 | 75 | 31 |
| Binary | 1010000 | 11001 | 1101000 | 10111 | 1001100 | 0 | 111011 | 100011010 | 111101 | 11001 |
Color Harmonies of #501968
Complementary color
Monochromatic Colors of #501968
Black with #501968
Text Example
Text Example
White with #501968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501968; }
p { color: rgb(80,25,104); }
H1.HeaderClassName
{
color: #501968;
}
.AnyTagClassName
{
color: #501968;
}
</style>
background-color css
<style>
a { background-color: #501968; }
a { background-color: rgb(80,25,104); }
div.DivClassName
{
background-color: #501968;
}
.BgClassName
{
background-color: #501968;
}
</style>
border-color css
<style>
span { border-color: #501968; }
span { border-color: rgb(80,25,104); }
td.TdClassName
{
border-color: #501968;
}
.TagClassName
{
border-color: #501968;
}
</style>