Shades of Scarlet Gum #50165F
Tints of Scarlet Gum #50165F
RGB
CMYK
RGB Variations
Color information
#50165F (or 0x50165F) is known color: Scarlet Gum. HEX triplet: 50, 16 and 5F. RGB value is (80,22,95). Sum of RGB (Red+Green+Blue) = 80+22+95=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #50165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50165F is #AFE9A0. Grayscale: #2F2F2F. Windows color (decimal): -11528609 or 6231632. OLE color: 6231632.
HSL color Cylindrical-coordinate representation of color #50165F: hue angle of 287.67º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50165F is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 22 | 95 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.63 |
| HSL | 287.67º | 0.62% | 0.23% | - |
| HSV(B) | 287.67º | 0.77% | 0.37% | - |
| XYZ | 5.66 | 3.11 | 11.13 | - |
| YUV | 47.66 | 154.72 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 95 | 0.16 | 0.77 | 0 | 0.63 | 287.67 | 0.62 | 0.23 |
| Hex | 50 | 16 | 5F | 10 | 4D | 0 | 3F | 120 | 3E | 17 |
| Octal | 120 | 26 | 137 | 20 | 115 | 0 | 77 | 440 | 76 | 27 |
| Binary | 1010000 | 10110 | 1011111 | 10000 | 1001101 | 0 | 111111 | 100100000 | 111110 | 10111 |
Color Harmonies of #50165F
Complementary color
Monochromatic Colors of #50165F
Black with #50165F
Text Example
Text Example
White with #50165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50165F; }
p { color: rgb(80,22,95); }
H1.HeaderClassName
{
color: #50165F;
}
.AnyTagClassName
{
color: #50165F;
}
</style>
background-color css
<style>
a { background-color: #50165F; }
a { background-color: rgb(80,22,95); }
div.DivClassName
{
background-color: #50165F;
}
.BgClassName
{
background-color: #50165F;
}
</style>
border-color css
<style>
span { border-color: #50165F; }
span { border-color: rgb(80,22,95); }
td.TdClassName
{
border-color: #50165F;
}
.TagClassName
{
border-color: #50165F;
}
</style>