Shades of Scarlet Gum #501565
Tints of Scarlet Gum #501565
RGB
CMYK
RGB Variations
Color information
#501565 (or 0x501565) is known color: Scarlet Gum. HEX triplet: 50, 15 and 65. RGB value is (80,21,101). Sum of RGB (Red+Green+Blue) = 80+21+101=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #501565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501565 is #AFEA9A. Grayscale: #2F2F2F. Windows color (decimal): -11528859 or 6624592. OLE color: 6624592.
HSL color Cylindrical-coordinate representation of color #501565: hue angle of 284.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501565 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 21 | 101 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.60 |
| HSL | 284.25º | 0.66% | 0.24% | - |
| HSV(B) | 284.25º | 0.79% | 0.4% | - |
| XYZ | 5.93 | 3.18 | 12.61 | - |
| YUV | 47.76 | 158.05 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 101 | 0.21 | 0.79 | 0 | 0.60 | 284.25 | 0.66 | 0.24 |
| Hex | 50 | 15 | 65 | 15 | 4F | 0 | 3C | 11C | 42 | 18 |
| Octal | 120 | 25 | 145 | 25 | 117 | 0 | 74 | 434 | 102 | 30 |
| Binary | 1010000 | 10101 | 1100101 | 10101 | 1001111 | 0 | 111100 | 100011100 | 1000010 | 11000 |
Color Harmonies of #501565
Complementary color
Monochromatic Colors of #501565
Black with #501565
Text Example
Text Example
White with #501565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501565; }
p { color: rgb(80,21,101); }
H1.HeaderClassName
{
color: #501565;
}
.AnyTagClassName
{
color: #501565;
}
</style>
background-color css
<style>
a { background-color: #501565; }
a { background-color: rgb(80,21,101); }
div.DivClassName
{
background-color: #501565;
}
.BgClassName
{
background-color: #501565;
}
</style>
border-color css
<style>
span { border-color: #501565; }
span { border-color: rgb(80,21,101); }
td.TdClassName
{
border-color: #501565;
}
.TagClassName
{
border-color: #501565;
}
</style>