Shades of Scarlet Gum #50395E
Tints of Scarlet Gum #50395E
RGB
CMYK
RGB Variations
Color information
#50395E (or 0x50395E) is known color: Scarlet Gum. HEX triplet: 50, 39 and 5E. RGB value is (80,57,94). Sum of RGB (Red+Green+Blue) = 80+57+94=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #50395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50395E is #AFC6A1. Grayscale: #434343. Windows color (decimal): -11519650 or 6175056. OLE color: 6175056.
HSL color Cylindrical-coordinate representation of color #50395E: hue angle of 277.3º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50395E is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 57 | 94 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.63 |
| HSL | 277.3º | 0.25% | 0.3% | - |
| HSV(B) | 277.3º | 0.39% | 0.37% | - |
| XYZ | 6.79 | 5.44 | 11.28 | - |
| YUV | 68.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 94 | 0.15 | 0.39 | 0 | 0.63 | 277.3 | 0.25 | 0.3 |
| Hex | 50 | 39 | 5E | F | 27 | 0 | 3F | 115 | 19 | 1E |
| Octal | 120 | 71 | 136 | 17 | 47 | 0 | 77 | 425 | 31 | 36 |
| Binary | 1010000 | 111001 | 1011110 | 1111 | 100111 | 0 | 111111 | 100010101 | 11001 | 11110 |
Color Harmonies of #50395E
Complementary color
Monochromatic Colors of #50395E
Black with #50395E
Text Example
Text Example
White with #50395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50395E; }
p { color: rgb(80,57,94); }
H1.HeaderClassName
{
color: #50395E;
}
.AnyTagClassName
{
color: #50395E;
}
</style>
background-color css
<style>
a { background-color: #50395E; }
a { background-color: rgb(80,57,94); }
div.DivClassName
{
background-color: #50395E;
}
.BgClassName
{
background-color: #50395E;
}
</style>
border-color css
<style>
span { border-color: #50395E; }
span { border-color: rgb(80,57,94); }
td.TdClassName
{
border-color: #50395E;
}
.TagClassName
{
border-color: #50395E;
}
</style>