Shades of Scarlet Gum #501165
Tints of Scarlet Gum #501165
RGB
CMYK
RGB Variations
Color information
#501165 (or 0x501165) is known color: Scarlet Gum. HEX triplet: 50, 11 and 65. RGB value is (80,17,101). Sum of RGB (Red+Green+Blue) = 80+17+101=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #501165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501165 is #AFEE9A. Grayscale: #2D2D2D. Windows color (decimal): -11529883 or 6623568. OLE color: 6623568.
HSL color Cylindrical-coordinate representation of color #501165: hue angle of 285º 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 #501165 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 17 | 101 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.60 |
| HSL | 285º | 0.71% | 0.23% | - |
| HSV(B) | 285º | 0.83% | 0.4% | - |
| XYZ | 5.86 | 3.05 | 12.59 | - |
| YUV | 45.41 | 159.37 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 101 | 0.21 | 0.83 | 0 | 0.60 | 285 | 0.71 | 0.23 |
| Hex | 50 | 11 | 65 | 15 | 53 | 0 | 3C | 11D | 47 | 17 |
| Octal | 120 | 21 | 145 | 25 | 123 | 0 | 74 | 435 | 107 | 27 |
| Binary | 1010000 | 10001 | 1100101 | 10101 | 1010011 | 0 | 111100 | 100011101 | 1000111 | 10111 |
Color Harmonies of #501165
Complementary color
Monochromatic Colors of #501165
Black with #501165
Text Example
Text Example
White with #501165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501165; }
p { color: rgb(80,17,101); }
H1.HeaderClassName
{
color: #501165;
}
.AnyTagClassName
{
color: #501165;
}
</style>
background-color css
<style>
a { background-color: #501165; }
a { background-color: rgb(80,17,101); }
div.DivClassName
{
background-color: #501165;
}
.BgClassName
{
background-color: #501165;
}
</style>
border-color css
<style>
span { border-color: #501165; }
span { border-color: rgb(80,17,101); }
td.TdClassName
{
border-color: #501165;
}
.TagClassName
{
border-color: #501165;
}
</style>