Shades of Scarlet Gum #501166
Tints of Scarlet Gum #501166
RGB
CMYK
RGB Variations
Color information
#501166 (or 0x501166) is known color: Scarlet Gum. HEX triplet: 50, 11 and 66. RGB value is (80,17,102). Sum of RGB (Red+Green+Blue) = 80+17+102=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #501166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501166 is #AFEE99. Grayscale: #2D2D2D. Windows color (decimal): -11529882 or 6689104. OLE color: 6689104.
HSL color Cylindrical-coordinate representation of color #501166: hue angle of 284.47º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501166 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 17 | 102 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.6 |
| HSL | 284.47º | 0.71% | 0.23% | - |
| HSV(B) | 284.47º | 0.83% | 0.4% | - |
| XYZ | 5.91 | 3.07 | 12.85 | - |
| YUV | 45.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 102 | 0.22 | 0.83 | 0 | 0.6 | 284.47 | 0.71 | 0.23 |
| Hex | 50 | 11 | 66 | 16 | 53 | 0 | 3C | 11C | 47 | 17 |
| Octal | 120 | 21 | 146 | 26 | 123 | 0 | 74 | 434 | 107 | 27 |
| Binary | 1010000 | 10001 | 1100110 | 10110 | 1010011 | 0 | 111100 | 100011100 | 1000111 | 10111 |
Color Harmonies of #501166
Complementary color
Monochromatic Colors of #501166
Black with #501166
Text Example
Text Example
White with #501166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501166; }
p { color: rgb(80,17,102); }
H1.HeaderClassName
{
color: #501166;
}
.AnyTagClassName
{
color: #501166;
}
</style>
background-color css
<style>
a { background-color: #501166; }
a { background-color: rgb(80,17,102); }
div.DivClassName
{
background-color: #501166;
}
.BgClassName
{
background-color: #501166;
}
</style>
border-color css
<style>
span { border-color: #501166; }
span { border-color: rgb(80,17,102); }
td.TdClassName
{
border-color: #501166;
}
.TagClassName
{
border-color: #501166;
}
</style>