Shades of Scarlet Gum #50345D
Tints of Scarlet Gum #50345D
RGB
CMYK
RGB Variations
Color information
#50345D (or 0x50345D) is known color: Scarlet Gum. HEX triplet: 50, 34 and 5D. RGB value is (80,52,93). Sum of RGB (Red+Green+Blue) = 80+52+93=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #50345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50345D is #AFCBA2. Grayscale: #404040. Windows color (decimal): -11520931 or 6108240. OLE color: 6108240.
HSL color Cylindrical-coordinate representation of color #50345D: hue angle of 280.98º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50345D is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 52 | 93 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.64 |
| HSL | 280.98º | 0.28% | 0.28% | - |
| HSV(B) | 280.98º | 0.44% | 0.36% | - |
| XYZ | 6.51 | 4.95 | 10.97 | - |
| YUV | 65.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 93 | 0.14 | 0.44 | 0 | 0.64 | 280.98 | 0.28 | 0.28 |
| Hex | 50 | 34 | 5D | E | 2C | 0 | 40 | 119 | 1C | 1C |
| Octal | 120 | 64 | 135 | 16 | 54 | 0 | 100 | 431 | 34 | 34 |
| Binary | 1010000 | 110100 | 1011101 | 1110 | 101100 | 0 | 1000000 | 100011001 | 11100 | 11100 |
Color Harmonies of #50345D
Complementary color
Monochromatic Colors of #50345D
Black with #50345D
Text Example
Text Example
White with #50345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50345D; }
p { color: rgb(80,52,93); }
H1.HeaderClassName
{
color: #50345D;
}
.AnyTagClassName
{
color: #50345D;
}
</style>
background-color css
<style>
a { background-color: #50345D; }
a { background-color: rgb(80,52,93); }
div.DivClassName
{
background-color: #50345D;
}
.BgClassName
{
background-color: #50345D;
}
</style>
border-color css
<style>
span { border-color: #50345D; }
span { border-color: rgb(80,52,93); }
td.TdClassName
{
border-color: #50345D;
}
.TagClassName
{
border-color: #50345D;
}
</style>