Shades of Scarlet Gum #502761
Tints of Scarlet Gum #502761
RGB
CMYK
RGB Variations
Color information
#502761 (or 0x502761) is known color: Scarlet Gum. HEX triplet: 50, 27 and 61. RGB value is (80,39,97). Sum of RGB (Red+Green+Blue) = 80+39+97=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #502761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502761 is #AFD89E. Grayscale: #393939. Windows color (decimal): -11524255 or 6367056. OLE color: 6367056.
HSL color Cylindrical-coordinate representation of color #502761: hue angle of 282.41º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502761 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 39 | 97 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.62 |
| HSL | 282.41º | 0.43% | 0.27% | - |
| HSV(B) | 282.41º | 0.6% | 0.38% | - |
| XYZ | 6.19 | 4.02 | 11.76 | - |
| YUV | 57.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 39 | 97 | 0.18 | 0.60 | 0 | 0.62 | 282.41 | 0.43 | 0.27 |
| Hex | 50 | 27 | 61 | 12 | 3C | 0 | 3E | 11A | 2B | 1B |
| Octal | 120 | 47 | 141 | 22 | 74 | 0 | 76 | 432 | 53 | 33 |
| Binary | 1010000 | 100111 | 1100001 | 10010 | 111100 | 0 | 111110 | 100011010 | 101011 | 11011 |
Color Harmonies of #502761
Complementary color
Monochromatic Colors of #502761
Black with #502761
Text Example
Text Example
White with #502761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502761; }
p { color: rgb(80,39,97); }
H1.HeaderClassName
{
color: #502761;
}
.AnyTagClassName
{
color: #502761;
}
</style>
background-color css
<style>
a { background-color: #502761; }
a { background-color: rgb(80,39,97); }
div.DivClassName
{
background-color: #502761;
}
.BgClassName
{
background-color: #502761;
}
</style>
border-color css
<style>
span { border-color: #502761; }
span { border-color: rgb(80,39,97); }
td.TdClassName
{
border-color: #502761;
}
.TagClassName
{
border-color: #502761;
}
</style>