Shades of Scarlet Gum #502562
Tints of Scarlet Gum #502562
RGB
CMYK
RGB Variations
Color information
#502562 (or 0x502562) is known color: Scarlet Gum. HEX triplet: 50, 25 and 62. RGB value is (80,37,98). Sum of RGB (Red+Green+Blue) = 80+37+98=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #502562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502562 is #AFDA9D. Grayscale: #383838. Windows color (decimal): -11524766 or 6432080. OLE color: 6432080.
HSL color Cylindrical-coordinate representation of color #502562: hue angle of 282.3º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #502562 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 37 | 98 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.62 |
| HSL | 282.3º | 0.45% | 0.26% | - |
| HSV(B) | 282.3º | 0.62% | 0.38% | - |
| XYZ | 6.17 | 3.91 | 11.98 | - |
| YUV | 56.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 37 | 98 | 0.18 | 0.62 | 0 | 0.62 | 282.3 | 0.45 | 0.26 |
| Hex | 50 | 25 | 62 | 12 | 3E | 0 | 3E | 11A | 2D | 1A |
| Octal | 120 | 45 | 142 | 22 | 76 | 0 | 76 | 432 | 55 | 32 |
| Binary | 1010000 | 100101 | 1100010 | 10010 | 111110 | 0 | 111110 | 100011010 | 101101 | 11010 |
Color Harmonies of #502562
Complementary color
Monochromatic Colors of #502562
Black with #502562
Text Example
Text Example
White with #502562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502562; }
p { color: rgb(80,37,98); }
H1.HeaderClassName
{
color: #502562;
}
.AnyTagClassName
{
color: #502562;
}
</style>
background-color css
<style>
a { background-color: #502562; }
a { background-color: rgb(80,37,98); }
div.DivClassName
{
background-color: #502562;
}
.BgClassName
{
background-color: #502562;
}
</style>
border-color css
<style>
span { border-color: #502562; }
span { border-color: rgb(80,37,98); }
td.TdClassName
{
border-color: #502562;
}
.TagClassName
{
border-color: #502562;
}
</style>