Shades of Scarlet Gum #50355E
Tints of Scarlet Gum #50355E
RGB
CMYK
RGB Variations
Color information
#50355E (or 0x50355E) is known color: Scarlet Gum. HEX triplet: 50, 35 and 5E. RGB value is (80,53,94). Sum of RGB (Red+Green+Blue) = 80+53+94=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 94 - color contains mainly: blue. Hex color #50355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50355E is #AFCAA1. Grayscale: #414141. Windows color (decimal): -11520674 or 6174032. OLE color: 6174032.
HSL color Cylindrical-coordinate representation of color #50355E: hue angle of 279.51º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50355E is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 53 | 94 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.63 |
| HSL | 279.51º | 0.28% | 0.29% | - |
| HSV(B) | 279.51º | 0.44% | 0.37% | - |
| XYZ | 6.6 | 5.06 | 11.22 | - |
| YUV | 65.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 94 | 0.15 | 0.44 | 0 | 0.63 | 279.51 | 0.28 | 0.29 |
| Hex | 50 | 35 | 5E | F | 2C | 0 | 3F | 118 | 1C | 1D |
| Octal | 120 | 65 | 136 | 17 | 54 | 0 | 77 | 430 | 34 | 35 |
| Binary | 1010000 | 110101 | 1011110 | 1111 | 101100 | 0 | 111111 | 100011000 | 11100 | 11101 |
Color Harmonies of #50355E
Complementary color
Monochromatic Colors of #50355E
Black with #50355E
Text Example
Text Example
White with #50355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50355E; }
p { color: rgb(80,53,94); }
H1.HeaderClassName
{
color: #50355E;
}
.AnyTagClassName
{
color: #50355E;
}
</style>
background-color css
<style>
a { background-color: #50355E; }
a { background-color: rgb(80,53,94); }
div.DivClassName
{
background-color: #50355E;
}
.BgClassName
{
background-color: #50355E;
}
</style>
border-color css
<style>
span { border-color: #50355E; }
span { border-color: rgb(80,53,94); }
td.TdClassName
{
border-color: #50355E;
}
.TagClassName
{
border-color: #50355E;
}
</style>