Shades of Scarlet Gum #501461
Tints of Scarlet Gum #501461
RGB
CMYK
RGB Variations
Color information
#501461 (or 0x501461) is known color: Scarlet Gum. HEX triplet: 50, 14 and 61. RGB value is (80,20,97). Sum of RGB (Red+Green+Blue) = 80+20+97=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #501461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501461 is #AFEB9E. Grayscale: #2E2E2E. Windows color (decimal): -11529119 or 6362192. OLE color: 6362192.
HSL color Cylindrical-coordinate representation of color #501461: hue angle of 286.75º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501461 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 20 | 97 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.62 |
| HSL | 286.75º | 0.66% | 0.23% | - |
| HSV(B) | 286.75º | 0.79% | 0.38% | - |
| XYZ | 5.72 | 3.07 | 11.6 | - |
| YUV | 46.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 97 | 0.18 | 0.79 | 0 | 0.62 | 286.75 | 0.66 | 0.23 |
| Hex | 50 | 14 | 61 | 12 | 4F | 0 | 3E | 11F | 42 | 17 |
| Octal | 120 | 24 | 141 | 22 | 117 | 0 | 76 | 437 | 102 | 27 |
| Binary | 1010000 | 10100 | 1100001 | 10010 | 1001111 | 0 | 111110 | 100011111 | 1000010 | 10111 |
Color Harmonies of #501461
Complementary color
Monochromatic Colors of #501461
Black with #501461
Text Example
Text Example
White with #501461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501461; }
p { color: rgb(80,20,97); }
H1.HeaderClassName
{
color: #501461;
}
.AnyTagClassName
{
color: #501461;
}
</style>
background-color css
<style>
a { background-color: #501461; }
a { background-color: rgb(80,20,97); }
div.DivClassName
{
background-color: #501461;
}
.BgClassName
{
background-color: #501461;
}
</style>
border-color css
<style>
span { border-color: #501461; }
span { border-color: rgb(80,20,97); }
td.TdClassName
{
border-color: #501461;
}
.TagClassName
{
border-color: #501461;
}
</style>