Shades of Scarlet Gum #50385D
Tints of Scarlet Gum #50385D
RGB
CMYK
RGB Variations
Color information
#50385D (or 0x50385D) is known color: Scarlet Gum. HEX triplet: 50, 38 and 5D. RGB value is (80,56,93). Sum of RGB (Red+Green+Blue) = 80+56+93=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #50385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50385D is #AFC7A2. Grayscale: #434343. Windows color (decimal): -11519907 or 6109264. OLE color: 6109264.
HSL color Cylindrical-coordinate representation of color #50385D: hue angle of 278.92º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50385D is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 56 | 93 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.64 |
| HSL | 278.92º | 0.25% | 0.29% | - |
| HSV(B) | 278.92º | 0.4% | 0.36% | - |
| XYZ | 6.7 | 5.32 | 11.03 | - |
| YUV | 67.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 93 | 0.14 | 0.40 | 0 | 0.64 | 278.92 | 0.25 | 0.29 |
| Hex | 50 | 38 | 5D | E | 28 | 0 | 40 | 117 | 19 | 1D |
| Octal | 120 | 70 | 135 | 16 | 50 | 0 | 100 | 427 | 31 | 35 |
| Binary | 1010000 | 111000 | 1011101 | 1110 | 101000 | 0 | 1000000 | 100010111 | 11001 | 11101 |
Color Harmonies of #50385D
Complementary color
Monochromatic Colors of #50385D
Black with #50385D
Text Example
Text Example
White with #50385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50385D; }
p { color: rgb(80,56,93); }
H1.HeaderClassName
{
color: #50385D;
}
.AnyTagClassName
{
color: #50385D;
}
</style>
background-color css
<style>
a { background-color: #50385D; }
a { background-color: rgb(80,56,93); }
div.DivClassName
{
background-color: #50385D;
}
.BgClassName
{
background-color: #50385D;
}
</style>
border-color css
<style>
span { border-color: #50385D; }
span { border-color: rgb(80,56,93); }
td.TdClassName
{
border-color: #50385D;
}
.TagClassName
{
border-color: #50385D;
}
</style>