Shades of Scarlet Gum #500E62
Tints of Scarlet Gum #500E62
RGB
CMYK
RGB Variations
Color information
#500E62 (or 0x500E62) is known color: Scarlet Gum. HEX triplet: 50, 0E and 62. RGB value is (80,14,98). Sum of RGB (Red+Green+Blue) = 80+14+98=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #500E62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500E62 is #AFF19D. Grayscale: #2B2B2B. Windows color (decimal): -11530654 or 6426192. OLE color: 6426192.
HSL color Cylindrical-coordinate representation of color #500E62: hue angle of 287.14º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #500E62 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 14 | 98 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.62 |
| HSL | 287.14º | 0.75% | 0.22% | - |
| HSV(B) | 287.14º | 0.86% | 0.38% | - |
| XYZ | 5.67 | 2.9 | 11.82 | - |
| YUV | 43.31 | 158.87 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 98 | 0.18 | 0.86 | 0 | 0.62 | 287.14 | 0.75 | 0.22 |
| Hex | 50 | E | 62 | 12 | 56 | 0 | 3E | 11F | 4B | 16 |
| Octal | 120 | 16 | 142 | 22 | 126 | 0 | 76 | 437 | 113 | 26 |
| Binary | 1010000 | 1110 | 1100010 | 10010 | 1010110 | 0 | 111110 | 100011111 | 1001011 | 10110 |
Color Harmonies of #500E62
Complementary color
Monochromatic Colors of #500E62
Black with #500E62
Text Example
Text Example
White with #500E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E62; }
p { color: rgb(80,14,98); }
H1.HeaderClassName
{
color: #500E62;
}
.AnyTagClassName
{
color: #500E62;
}
</style>
background-color css
<style>
a { background-color: #500E62; }
a { background-color: rgb(80,14,98); }
div.DivClassName
{
background-color: #500E62;
}
.BgClassName
{
background-color: #500E62;
}
</style>
border-color css
<style>
span { border-color: #500E62; }
span { border-color: rgb(80,14,98); }
td.TdClassName
{
border-color: #500E62;
}
.TagClassName
{
border-color: #500E62;
}
</style>