Shades of Scarlet Gum #50145E
Tints of Scarlet Gum #50145E
RGB
CMYK
RGB Variations
Color information
#50145E (or 0x50145E) is known color: Scarlet Gum. HEX triplet: 50, 14 and 5E. RGB value is (80,20,94). Sum of RGB (Red+Green+Blue) = 80+20+94=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #50145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50145E is #AFEBA1. Grayscale: #2E2E2E. Windows color (decimal): -11529122 or 6165584. OLE color: 6165584.
HSL color Cylindrical-coordinate representation of color #50145E: hue angle of 288.65º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50145E is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 20 | 94 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.63 |
| HSL | 288.65º | 0.65% | 0.22% | - |
| HSV(B) | 288.65º | 0.79% | 0.37% | - |
| XYZ | 5.58 | 3.01 | 10.88 | - |
| YUV | 46.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 94 | 0.15 | 0.79 | 0 | 0.63 | 288.65 | 0.65 | 0.22 |
| Hex | 50 | 14 | 5E | F | 4F | 0 | 3F | 121 | 41 | 16 |
| Octal | 120 | 24 | 136 | 17 | 117 | 0 | 77 | 441 | 101 | 26 |
| Binary | 1010000 | 10100 | 1011110 | 1111 | 1001111 | 0 | 111111 | 100100001 | 1000001 | 10110 |
Color Harmonies of #50145E
Complementary color
Monochromatic Colors of #50145E
Black with #50145E
Text Example
Text Example
White with #50145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50145E; }
p { color: rgb(80,20,94); }
H1.HeaderClassName
{
color: #50145E;
}
.AnyTagClassName
{
color: #50145E;
}
</style>
background-color css
<style>
a { background-color: #50145E; }
a { background-color: rgb(80,20,94); }
div.DivClassName
{
background-color: #50145E;
}
.BgClassName
{
background-color: #50145E;
}
</style>
border-color css
<style>
span { border-color: #50145E; }
span { border-color: rgb(80,20,94); }
td.TdClassName
{
border-color: #50145E;
}
.TagClassName
{
border-color: #50145E;
}
</style>