Shades of Scarlet Gum #501266
Tints of Scarlet Gum #501266
RGB
CMYK
RGB Variations
Color information
#501266 (or 0x501266) is known color: Scarlet Gum. HEX triplet: 50, 12 and 66. RGB value is (80,18,102). Sum of RGB (Red+Green+Blue) = 80+18+102=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #501266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501266 is #AFED99. Grayscale: #2D2D2D. Windows color (decimal): -11529626 or 6689360. OLE color: 6689360.
HSL color Cylindrical-coordinate representation of color #501266: hue angle of 284.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501266 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 18 | 102 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.6 |
| HSL | 284.29º | 0.7% | 0.24% | - |
| HSV(B) | 284.29º | 0.82% | 0.4% | - |
| XYZ | 5.92 | 3.1 | 12.86 | - |
| YUV | 46.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 102 | 0.22 | 0.82 | 0 | 0.6 | 284.29 | 0.7 | 0.24 |
| Hex | 50 | 12 | 66 | 16 | 52 | 0 | 3C | 11C | 46 | 18 |
| Octal | 120 | 22 | 146 | 26 | 122 | 0 | 74 | 434 | 106 | 30 |
| Binary | 1010000 | 10010 | 1100110 | 10110 | 1010010 | 0 | 111100 | 100011100 | 1000110 | 11000 |
Color Harmonies of #501266
Complementary color
Monochromatic Colors of #501266
Black with #501266
Text Example
Text Example
White with #501266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501266; }
p { color: rgb(80,18,102); }
H1.HeaderClassName
{
color: #501266;
}
.AnyTagClassName
{
color: #501266;
}
</style>
background-color css
<style>
a { background-color: #501266; }
a { background-color: rgb(80,18,102); }
div.DivClassName
{
background-color: #501266;
}
.BgClassName
{
background-color: #501266;
}
</style>
border-color css
<style>
span { border-color: #501266; }
span { border-color: rgb(80,18,102); }
td.TdClassName
{
border-color: #501266;
}
.TagClassName
{
border-color: #501266;
}
</style>