Shades of Scarlet Gum #50235D
Tints of Scarlet Gum #50235D
RGB
CMYK
RGB Variations
Color information
#50235D (or 0x50235D) is known color: Scarlet Gum. HEX triplet: 50, 23 and 5D. RGB value is (80,35,93). Sum of RGB (Red+Green+Blue) = 80+35+93=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #50235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50235D is #AFDCA2. Grayscale: #363636. Windows color (decimal): -11525283 or 6103888. OLE color: 6103888.
HSL color Cylindrical-coordinate representation of color #50235D: hue angle of 286.55º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50235D is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 35 | 93 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.64 |
| HSL | 286.55º | 0.45% | 0.25% | - |
| HSV(B) | 286.55º | 0.62% | 0.36% | - |
| XYZ | 5.89 | 3.7 | 10.76 | - |
| YUV | 55.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 93 | 0.14 | 0.62 | 0 | 0.64 | 286.55 | 0.45 | 0.25 |
| Hex | 50 | 23 | 5D | E | 3E | 0 | 40 | 11F | 2D | 19 |
| Octal | 120 | 43 | 135 | 16 | 76 | 0 | 100 | 437 | 55 | 31 |
| Binary | 1010000 | 100011 | 1011101 | 1110 | 111110 | 0 | 1000000 | 100011111 | 101101 | 11001 |
Color Harmonies of #50235D
Complementary color
Monochromatic Colors of #50235D
Black with #50235D
Text Example
Text Example
White with #50235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50235D; }
p { color: rgb(80,35,93); }
H1.HeaderClassName
{
color: #50235D;
}
.AnyTagClassName
{
color: #50235D;
}
</style>
background-color css
<style>
a { background-color: #50235D; }
a { background-color: rgb(80,35,93); }
div.DivClassName
{
background-color: #50235D;
}
.BgClassName
{
background-color: #50235D;
}
</style>
border-color css
<style>
span { border-color: #50235D; }
span { border-color: rgb(80,35,93); }
td.TdClassName
{
border-color: #50235D;
}
.TagClassName
{
border-color: #50235D;
}
</style>