Shades of Scarlet Gum #501465
Tints of Scarlet Gum #501465
RGB
CMYK
RGB Variations
Color information
#501465 (or 0x501465) is known color: Scarlet Gum. HEX triplet: 50, 14 and 65. RGB value is (80,20,101). Sum of RGB (Red+Green+Blue) = 80+20+101=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #501465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501465 is #AFEB9A. Grayscale: #2E2E2E. Windows color (decimal): -11529115 or 6624336. OLE color: 6624336.
HSL color Cylindrical-coordinate representation of color #501465: hue angle of 284.44º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501465 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 20 | 101 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.60 |
| HSL | 284.44º | 0.67% | 0.24% | - |
| HSV(B) | 284.44º | 0.8% | 0.4% | - |
| XYZ | 5.91 | 3.15 | 12.61 | - |
| YUV | 47.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 101 | 0.21 | 0.80 | 0 | 0.60 | 284.44 | 0.67 | 0.24 |
| Hex | 50 | 14 | 65 | 15 | 50 | 0 | 3C | 11C | 43 | 18 |
| Octal | 120 | 24 | 145 | 25 | 120 | 0 | 74 | 434 | 103 | 30 |
| Binary | 1010000 | 10100 | 1100101 | 10101 | 1010000 | 0 | 111100 | 100011100 | 1000011 | 11000 |
Color Harmonies of #501465
Complementary color
Monochromatic Colors of #501465
Black with #501465
Text Example
Text Example
White with #501465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501465; }
p { color: rgb(80,20,101); }
H1.HeaderClassName
{
color: #501465;
}
.AnyTagClassName
{
color: #501465;
}
</style>
background-color css
<style>
a { background-color: #501465; }
a { background-color: rgb(80,20,101); }
div.DivClassName
{
background-color: #501465;
}
.BgClassName
{
background-color: #501465;
}
</style>
border-color css
<style>
span { border-color: #501465; }
span { border-color: rgb(80,20,101); }
td.TdClassName
{
border-color: #501465;
}
.TagClassName
{
border-color: #501465;
}
</style>