Shades of Scarlet Gum #50215E
Tints of Scarlet Gum #50215E
RGB
CMYK
RGB Variations
Color information
#50215E (or 0x50215E) is known color: Scarlet Gum. HEX triplet: 50, 21 and 5E. RGB value is (80,33,94). Sum of RGB (Red+Green+Blue) = 80+33+94=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #50215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50215E is #AFDEA1. Grayscale: #353535. Windows color (decimal): -11525794 or 6168912. OLE color: 6168912.
HSL color Cylindrical-coordinate representation of color #50215E: hue angle of 286.23º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50215E is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 33 | 94 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.63 |
| HSL | 286.23º | 0.48% | 0.25% | - |
| HSV(B) | 286.23º | 0.65% | 0.37% | - |
| XYZ | 5.87 | 3.6 | 10.98 | - |
| YUV | 54.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 94 | 0.15 | 0.65 | 0 | 0.63 | 286.23 | 0.48 | 0.25 |
| Hex | 50 | 21 | 5E | F | 41 | 0 | 3F | 11E | 30 | 19 |
| Octal | 120 | 41 | 136 | 17 | 101 | 0 | 77 | 436 | 60 | 31 |
| Binary | 1010000 | 100001 | 1011110 | 1111 | 1000001 | 0 | 111111 | 100011110 | 110000 | 11001 |
Color Harmonies of #50215E
Complementary color
Monochromatic Colors of #50215E
Black with #50215E
Text Example
Text Example
White with #50215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50215E; }
p { color: rgb(80,33,94); }
H1.HeaderClassName
{
color: #50215E;
}
.AnyTagClassName
{
color: #50215E;
}
</style>
background-color css
<style>
a { background-color: #50215E; }
a { background-color: rgb(80,33,94); }
div.DivClassName
{
background-color: #50215E;
}
.BgClassName
{
background-color: #50215E;
}
</style>
border-color css
<style>
span { border-color: #50215E; }
span { border-color: rgb(80,33,94); }
td.TdClassName
{
border-color: #50215E;
}
.TagClassName
{
border-color: #50215E;
}
</style>