Shades of Scarlet Gum #502D5B
Tints of Scarlet Gum #502D5B
RGB
CMYK
RGB Variations
Color information
#502D5B (or 0x502D5B) is known color: Scarlet Gum. HEX triplet: 50, 2D and 5B. RGB value is (80,45,91). Sum of RGB (Red+Green+Blue) = 80+45+91=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #502D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502D5B is #AFD2A4. Grayscale: #3C3C3C. Windows color (decimal): -11522725 or 5975376. OLE color: 5975376.
HSL color Cylindrical-coordinate representation of color #502D5B: hue angle of 285.65º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #502D5B is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 45 | 91 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.64 |
| HSL | 285.65º | 0.34% | 0.27% | - |
| HSV(B) | 285.65º | 0.51% | 0.36% | - |
| XYZ | 6.13 | 4.34 | 10.41 | - |
| YUV | 60.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 91 | 0.12 | 0.51 | 0 | 0.64 | 285.65 | 0.34 | 0.27 |
| Hex | 50 | 2D | 5B | C | 33 | 0 | 40 | 11E | 22 | 1B |
| Octal | 120 | 55 | 133 | 14 | 63 | 0 | 100 | 436 | 42 | 33 |
| Binary | 1010000 | 101101 | 1011011 | 1100 | 110011 | 0 | 1000000 | 100011110 | 100010 | 11011 |
Color Harmonies of #502D5B
Complementary color
Monochromatic Colors of #502D5B
Black with #502D5B
Text Example
Text Example
White with #502D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D5B; }
p { color: rgb(80,45,91); }
H1.HeaderClassName
{
color: #502D5B;
}
.AnyTagClassName
{
color: #502D5B;
}
</style>
background-color css
<style>
a { background-color: #502D5B; }
a { background-color: rgb(80,45,91); }
div.DivClassName
{
background-color: #502D5B;
}
.BgClassName
{
background-color: #502D5B;
}
</style>
border-color css
<style>
span { border-color: #502D5B; }
span { border-color: rgb(80,45,91); }
td.TdClassName
{
border-color: #502D5B;
}
.TagClassName
{
border-color: #502D5B;
}
</style>