Shades of Scarlet Gum #50365F
Tints of Scarlet Gum #50365F
RGB
CMYK
RGB Variations
Color information
#50365F (or 0x50365F) is known color: Scarlet Gum. HEX triplet: 50, 36 and 5F. RGB value is (80,54,95). Sum of RGB (Red+Green+Blue) = 80+54+95=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 95 - color contains mainly: blue. Hex color #50365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50365F is #AFC9A0. Grayscale: #424242. Windows color (decimal): -11520417 or 6239824. OLE color: 6239824.
HSL color Cylindrical-coordinate representation of color #50365F: hue angle of 278.05º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50365F is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 54 | 95 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.63 |
| HSL | 278.05º | 0.28% | 0.29% | - |
| HSV(B) | 278.05º | 0.43% | 0.37% | - |
| XYZ | 6.69 | 5.17 | 11.47 | - |
| YUV | 66.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 54 | 95 | 0.16 | 0.43 | 0 | 0.63 | 278.05 | 0.28 | 0.29 |
| Hex | 50 | 36 | 5F | 10 | 2B | 0 | 3F | 116 | 1C | 1D |
| Octal | 120 | 66 | 137 | 20 | 53 | 0 | 77 | 426 | 34 | 35 |
| Binary | 1010000 | 110110 | 1011111 | 10000 | 101011 | 0 | 111111 | 100010110 | 11100 | 11101 |
Color Harmonies of #50365F
Complementary color
Monochromatic Colors of #50365F
Black with #50365F
Text Example
Text Example
White with #50365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50365F; }
p { color: rgb(80,54,95); }
H1.HeaderClassName
{
color: #50365F;
}
.AnyTagClassName
{
color: #50365F;
}
</style>
background-color css
<style>
a { background-color: #50365F; }
a { background-color: rgb(80,54,95); }
div.DivClassName
{
background-color: #50365F;
}
.BgClassName
{
background-color: #50365F;
}
</style>
border-color css
<style>
span { border-color: #50365F; }
span { border-color: rgb(80,54,95); }
td.TdClassName
{
border-color: #50365F;
}
.TagClassName
{
border-color: #50365F;
}
</style>