Shades of Scarlet Gum #50195F
Tints of Scarlet Gum #50195F
RGB
CMYK
RGB Variations
Color information
#50195F (or 0x50195F) is known color: Scarlet Gum. HEX triplet: 50, 19 and 5F. RGB value is (80,25,95). Sum of RGB (Red+Green+Blue) = 80+25+95=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #50195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50195F is #AFE6A0. Grayscale: #313131. Windows color (decimal): -11527841 or 6232400. OLE color: 6232400.
HSL color Cylindrical-coordinate representation of color #50195F: hue angle of 287.14º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50195F is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 25 | 95 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.63 |
| HSL | 287.14º | 0.58% | 0.24% | - |
| HSV(B) | 287.14º | 0.74% | 0.37% | - |
| XYZ | 5.72 | 3.23 | 11.15 | - |
| YUV | 49.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 95 | 0.16 | 0.74 | 0 | 0.63 | 287.14 | 0.58 | 0.24 |
| Hex | 50 | 19 | 5F | 10 | 4A | 0 | 3F | 11F | 3A | 18 |
| Octal | 120 | 31 | 137 | 20 | 112 | 0 | 77 | 437 | 72 | 30 |
| Binary | 1010000 | 11001 | 1011111 | 10000 | 1001010 | 0 | 111111 | 100011111 | 111010 | 11000 |
Color Harmonies of #50195F
Complementary color
Monochromatic Colors of #50195F
Black with #50195F
Text Example
Text Example
White with #50195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50195F; }
p { color: rgb(80,25,95); }
H1.HeaderClassName
{
color: #50195F;
}
.AnyTagClassName
{
color: #50195F;
}
</style>
background-color css
<style>
a { background-color: #50195F; }
a { background-color: rgb(80,25,95); }
div.DivClassName
{
background-color: #50195F;
}
.BgClassName
{
background-color: #50195F;
}
</style>
border-color css
<style>
span { border-color: #50195F; }
span { border-color: rgb(80,25,95); }
td.TdClassName
{
border-color: #50195F;
}
.TagClassName
{
border-color: #50195F;
}
</style>