Shades of Scarlet Gum #502E65
Tints of Scarlet Gum #502E65
RGB
CMYK
RGB Variations
Color information
#502E65 (or 0x502E65) is known color: Scarlet Gum. HEX triplet: 50, 2E and 65. RGB value is (80,46,101). Sum of RGB (Red+Green+Blue) = 80+46+101=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #502E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502E65 is #AFD19A. Grayscale: #3E3E3E. Windows color (decimal): -11522459 or 6630992. OLE color: 6630992.
HSL color Cylindrical-coordinate representation of color #502E65: hue angle of 277.09º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #502E65 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 46 | 101 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.60 |
| HSL | 277.09º | 0.37% | 0.29% | - |
| HSV(B) | 277.09º | 0.54% | 0.4% | - |
| XYZ | 6.63 | 4.6 | 12.85 | - |
| YUV | 62.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 101 | 0.21 | 0.54 | 0 | 0.60 | 277.09 | 0.37 | 0.29 |
| Hex | 50 | 2E | 65 | 15 | 36 | 0 | 3C | 115 | 25 | 1D |
| Octal | 120 | 56 | 145 | 25 | 66 | 0 | 74 | 425 | 45 | 35 |
| Binary | 1010000 | 101110 | 1100101 | 10101 | 110110 | 0 | 111100 | 100010101 | 100101 | 11101 |
Color Harmonies of #502E65
Complementary color
Monochromatic Colors of #502E65
Black with #502E65
Text Example
Text Example
White with #502E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E65; }
p { color: rgb(80,46,101); }
H1.HeaderClassName
{
color: #502E65;
}
.AnyTagClassName
{
color: #502E65;
}
</style>
background-color css
<style>
a { background-color: #502E65; }
a { background-color: rgb(80,46,101); }
div.DivClassName
{
background-color: #502E65;
}
.BgClassName
{
background-color: #502E65;
}
</style>
border-color css
<style>
span { border-color: #502E65; }
span { border-color: rgb(80,46,101); }
td.TdClassName
{
border-color: #502E65;
}
.TagClassName
{
border-color: #502E65;
}
</style>