Shades of Scarlet Gum #50285D
Tints of Scarlet Gum #50285D
RGB
CMYK
RGB Variations
Color information
#50285D (or 0x50285D) is known color: Scarlet Gum. HEX triplet: 50, 28 and 5D. RGB value is (80,40,93). Sum of RGB (Red+Green+Blue) = 80+40+93=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #50285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50285D is #AFD7A2. Grayscale: #393939. Windows color (decimal): -11524003 or 6105168. OLE color: 6105168.
HSL color Cylindrical-coordinate representation of color #50285D: hue angle of 285.28º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50285D is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 40 | 93 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.64 |
| HSL | 285.28º | 0.4% | 0.26% | - |
| HSV(B) | 285.28º | 0.57% | 0.36% | - |
| XYZ | 6.04 | 4.01 | 10.81 | - |
| YUV | 58 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 93 | 0.14 | 0.57 | 0 | 0.64 | 285.28 | 0.4 | 0.26 |
| Hex | 50 | 28 | 5D | E | 39 | 0 | 40 | 11D | 28 | 1A |
| Octal | 120 | 50 | 135 | 16 | 71 | 0 | 100 | 435 | 50 | 32 |
| Binary | 1010000 | 101000 | 1011101 | 1110 | 111001 | 0 | 1000000 | 100011101 | 101000 | 11010 |
Color Harmonies of #50285D
Complementary color
Monochromatic Colors of #50285D
Black with #50285D
Text Example
Text Example
White with #50285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50285D; }
p { color: rgb(80,40,93); }
H1.HeaderClassName
{
color: #50285D;
}
.AnyTagClassName
{
color: #50285D;
}
</style>
background-color css
<style>
a { background-color: #50285D; }
a { background-color: rgb(80,40,93); }
div.DivClassName
{
background-color: #50285D;
}
.BgClassName
{
background-color: #50285D;
}
</style>
border-color css
<style>
span { border-color: #50285D; }
span { border-color: rgb(80,40,93); }
td.TdClassName
{
border-color: #50285D;
}
.TagClassName
{
border-color: #50285D;
}
</style>