Shades of Scarlet Gum #501564
Tints of Scarlet Gum #501564
RGB
CMYK
RGB Variations
Color information
#501564 (or 0x501564) is known color: Scarlet Gum. HEX triplet: 50, 15 and 64. RGB value is (80,21,100). Sum of RGB (Red+Green+Blue) = 80+21+100=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #501564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501564 is #AFEA9B. Grayscale: #2F2F2F. Windows color (decimal): -11528860 or 6559056. OLE color: 6559056.
HSL color Cylindrical-coordinate representation of color #501564: hue angle of 284.81º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501564 is Cyan = 0.2, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 21 | 100 | - |
| CMYK | 0.2 | 0.79 | 0 | 0.61 |
| HSL | 284.81º | 0.65% | 0.24% | - |
| HSV(B) | 284.81º | 0.79% | 0.39% | - |
| XYZ | 5.88 | 3.16 | 12.36 | - |
| YUV | 47.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 100 | 0.2 | 0.79 | 0 | 0.61 | 284.81 | 0.65 | 0.24 |
| Hex | 50 | 15 | 64 | 14 | 4F | 0 | 3D | 11D | 41 | 18 |
| Octal | 120 | 25 | 144 | 24 | 117 | 0 | 75 | 435 | 101 | 30 |
| Binary | 1010000 | 10101 | 1100100 | 10100 | 1001111 | 0 | 111101 | 100011101 | 1000001 | 11000 |
Color Harmonies of #501564
Complementary color
Monochromatic Colors of #501564
Black with #501564
Text Example
Text Example
White with #501564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501564; }
p { color: rgb(80,21,100); }
H1.HeaderClassName
{
color: #501564;
}
.AnyTagClassName
{
color: #501564;
}
</style>
background-color css
<style>
a { background-color: #501564; }
a { background-color: rgb(80,21,100); }
div.DivClassName
{
background-color: #501564;
}
.BgClassName
{
background-color: #501564;
}
</style>
border-color css
<style>
span { border-color: #501564; }
span { border-color: rgb(80,21,100); }
td.TdClassName
{
border-color: #501564;
}
.TagClassName
{
border-color: #501564;
}
</style>