Shades of Scarlet Gum #50385F
Tints of Scarlet Gum #50385F
RGB
CMYK
RGB Variations
Color information
#50385F (or 0x50385F) is known color: Scarlet Gum. HEX triplet: 50, 38 and 5F. RGB value is (80,56,95). Sum of RGB (Red+Green+Blue) = 80+56+95=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 95 - color contains mainly: blue. Hex color #50385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50385F is #AFC7A0. Grayscale: #434343. Windows color (decimal): -11519905 or 6240336. OLE color: 6240336.
HSL color Cylindrical-coordinate representation of color #50385F: hue angle of 276.92º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50385F is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 56 | 95 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.63 |
| HSL | 276.92º | 0.26% | 0.3% | - |
| HSV(B) | 276.92º | 0.41% | 0.37% | - |
| XYZ | 6.79 | 5.36 | 11.5 | - |
| YUV | 67.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 95 | 0.16 | 0.41 | 0 | 0.63 | 276.92 | 0.26 | 0.3 |
| Hex | 50 | 38 | 5F | 10 | 29 | 0 | 3F | 115 | 1A | 1E |
| Octal | 120 | 70 | 137 | 20 | 51 | 0 | 77 | 425 | 32 | 36 |
| Binary | 1010000 | 111000 | 1011111 | 10000 | 101001 | 0 | 111111 | 100010101 | 11010 | 11110 |
Color Harmonies of #50385F
Complementary color
Monochromatic Colors of #50385F
Black with #50385F
Text Example
Text Example
White with #50385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50385F; }
p { color: rgb(80,56,95); }
H1.HeaderClassName
{
color: #50385F;
}
.AnyTagClassName
{
color: #50385F;
}
</style>
background-color css
<style>
a { background-color: #50385F; }
a { background-color: rgb(80,56,95); }
div.DivClassName
{
background-color: #50385F;
}
.BgClassName
{
background-color: #50385F;
}
</style>
border-color css
<style>
span { border-color: #50385F; }
span { border-color: rgb(80,56,95); }
td.TdClassName
{
border-color: #50385F;
}
.TagClassName
{
border-color: #50385F;
}
</style>