Shades of Scarlet Gum #50175F
Tints of Scarlet Gum #50175F
RGB
CMYK
RGB Variations
Color information
#50175F (or 0x50175F) is known color: Scarlet Gum. HEX triplet: 50, 17 and 5F. RGB value is (80,23,95). Sum of RGB (Red+Green+Blue) = 80+23+95=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #50175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50175F is #AFE8A0. Grayscale: #303030. Windows color (decimal): -11528353 or 6231888. OLE color: 6231888.
HSL color Cylindrical-coordinate representation of color #50175F: hue angle of 287.5º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50175F is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 23 | 95 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.63 |
| HSL | 287.5º | 0.61% | 0.23% | - |
| HSV(B) | 287.5º | 0.76% | 0.37% | - |
| XYZ | 5.68 | 3.14 | 11.13 | - |
| YUV | 48.25 | 154.38 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 95 | 0.16 | 0.76 | 0 | 0.63 | 287.5 | 0.61 | 0.23 |
| Hex | 50 | 17 | 5F | 10 | 4C | 0 | 3F | 120 | 3D | 17 |
| Octal | 120 | 27 | 137 | 20 | 114 | 0 | 77 | 440 | 75 | 27 |
| Binary | 1010000 | 10111 | 1011111 | 10000 | 1001100 | 0 | 111111 | 100100000 | 111101 | 10111 |
Color Harmonies of #50175F
Complementary color
Monochromatic Colors of #50175F
Black with #50175F
Text Example
Text Example
White with #50175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50175F; }
p { color: rgb(80,23,95); }
H1.HeaderClassName
{
color: #50175F;
}
.AnyTagClassName
{
color: #50175F;
}
</style>
background-color css
<style>
a { background-color: #50175F; }
a { background-color: rgb(80,23,95); }
div.DivClassName
{
background-color: #50175F;
}
.BgClassName
{
background-color: #50175F;
}
</style>
border-color css
<style>
span { border-color: #50175F; }
span { border-color: rgb(80,23,95); }
td.TdClassName
{
border-color: #50175F;
}
.TagClassName
{
border-color: #50175F;
}
</style>