Shades of Scarlet Gum #501265
Tints of Scarlet Gum #501265
RGB
CMYK
RGB Variations
Color information
#501265 (or 0x501265) is known color: Scarlet Gum. HEX triplet: 50, 12 and 65. RGB value is (80,18,101). Sum of RGB (Red+Green+Blue) = 80+18+101=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #501265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501265 is #AFED9A. Grayscale: #2D2D2D. Windows color (decimal): -11529627 or 6623824. OLE color: 6623824.
HSL color Cylindrical-coordinate representation of color #501265: hue angle of 284.82º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501265 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 18 | 101 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.60 |
| HSL | 284.82º | 0.7% | 0.23% | - |
| HSV(B) | 284.82º | 0.82% | 0.4% | - |
| XYZ | 5.87 | 3.08 | 12.6 | - |
| YUV | 46 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 101 | 0.21 | 0.82 | 0 | 0.60 | 284.82 | 0.7 | 0.23 |
| Hex | 50 | 12 | 65 | 15 | 52 | 0 | 3C | 11D | 46 | 17 |
| Octal | 120 | 22 | 145 | 25 | 122 | 0 | 74 | 435 | 106 | 27 |
| Binary | 1010000 | 10010 | 1100101 | 10101 | 1010010 | 0 | 111100 | 100011101 | 1000110 | 10111 |
Color Harmonies of #501265
Complementary color
Monochromatic Colors of #501265
Black with #501265
Text Example
Text Example
White with #501265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501265; }
p { color: rgb(80,18,101); }
H1.HeaderClassName
{
color: #501265;
}
.AnyTagClassName
{
color: #501265;
}
</style>
background-color css
<style>
a { background-color: #501265; }
a { background-color: rgb(80,18,101); }
div.DivClassName
{
background-color: #501265;
}
.BgClassName
{
background-color: #501265;
}
</style>
border-color css
<style>
span { border-color: #501265; }
span { border-color: rgb(80,18,101); }
td.TdClassName
{
border-color: #501265;
}
.TagClassName
{
border-color: #501265;
}
</style>