Shades of Scarlet Gum #501663
Tints of Scarlet Gum #501663
RGB
CMYK
RGB Variations
Color information
#501663 (or 0x501663) is known color: Scarlet Gum. HEX triplet: 50, 16 and 63. RGB value is (80,22,99). Sum of RGB (Red+Green+Blue) = 80+22+99=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #501663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501663 is #AFE99C. Grayscale: #2F2F2F. Windows color (decimal): -11528605 or 6493776. OLE color: 6493776.
HSL color Cylindrical-coordinate representation of color #501663: hue angle of 285.19º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #501663 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 22 | 99 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.61 |
| HSL | 285.19º | 0.64% | 0.24% | - |
| HSV(B) | 285.19º | 0.78% | 0.39% | - |
| XYZ | 5.85 | 3.18 | 12.11 | - |
| YUV | 48.12 | 156.72 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 99 | 0.19 | 0.78 | 0 | 0.61 | 285.19 | 0.64 | 0.24 |
| Hex | 50 | 16 | 63 | 13 | 4E | 0 | 3D | 11D | 40 | 18 |
| Octal | 120 | 26 | 143 | 23 | 116 | 0 | 75 | 435 | 100 | 30 |
| Binary | 1010000 | 10110 | 1100011 | 10011 | 1001110 | 0 | 111101 | 100011101 | 1000000 | 11000 |
Color Harmonies of #501663
Complementary color
Monochromatic Colors of #501663
Black with #501663
Text Example
Text Example
White with #501663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501663; }
p { color: rgb(80,22,99); }
H1.HeaderClassName
{
color: #501663;
}
.AnyTagClassName
{
color: #501663;
}
</style>
background-color css
<style>
a { background-color: #501663; }
a { background-color: rgb(80,22,99); }
div.DivClassName
{
background-color: #501663;
}
.BgClassName
{
background-color: #501663;
}
</style>
border-color css
<style>
span { border-color: #501663; }
span { border-color: rgb(80,22,99); }
td.TdClassName
{
border-color: #501663;
}
.TagClassName
{
border-color: #501663;
}
</style>