Shades of Scarlet Gum #501E5E
Tints of Scarlet Gum #501E5E
RGB
CMYK
RGB Variations
Color information
#501E5E (or 0x501E5E) is known color: Scarlet Gum. HEX triplet: 50, 1E and 5E. RGB value is (80,30,94). Sum of RGB (Red+Green+Blue) = 80+30+94=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #501E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501E5E is #AFE1A1. Grayscale: #343434. Windows color (decimal): -11526562 or 6168144. OLE color: 6168144.
HSL color Cylindrical-coordinate representation of color #501E5E: hue angle of 286.88º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501E5E is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 30 | 94 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.63 |
| HSL | 286.88º | 0.52% | 0.24% | - |
| HSV(B) | 286.88º | 0.68% | 0.37% | - |
| XYZ | 5.79 | 3.44 | 10.95 | - |
| YUV | 52.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 94 | 0.15 | 0.68 | 0 | 0.63 | 286.88 | 0.52 | 0.24 |
| Hex | 50 | 1E | 5E | F | 44 | 0 | 3F | 11F | 34 | 18 |
| Octal | 120 | 36 | 136 | 17 | 104 | 0 | 77 | 437 | 64 | 30 |
| Binary | 1010000 | 11110 | 1011110 | 1111 | 1000100 | 0 | 111111 | 100011111 | 110100 | 11000 |
Color Harmonies of #501E5E
Complementary color
Monochromatic Colors of #501E5E
Black with #501E5E
Text Example
Text Example
White with #501E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E5E; }
p { color: rgb(80,30,94); }
H1.HeaderClassName
{
color: #501E5E;
}
.AnyTagClassName
{
color: #501E5E;
}
</style>
background-color css
<style>
a { background-color: #501E5E; }
a { background-color: rgb(80,30,94); }
div.DivClassName
{
background-color: #501E5E;
}
.BgClassName
{
background-color: #501E5E;
}
</style>
border-color css
<style>
span { border-color: #501E5E; }
span { border-color: rgb(80,30,94); }
td.TdClassName
{
border-color: #501E5E;
}
.TagClassName
{
border-color: #501E5E;
}
</style>