Shades of Scarlet Gum #50196B
Tints of Scarlet Gum #50196B
RGB
CMYK
RGB Variations
Color information
#50196B (or 0x50196B) is known color: Scarlet Gum. HEX triplet: 50, 19 and 6B. RGB value is (80,25,107). Sum of RGB (Red+Green+Blue) = 80+25+107=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #50196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50196B is #AFE694. Grayscale: #323232. Windows color (decimal): -11527829 or 7018832. OLE color: 7018832.
HSL color Cylindrical-coordinate representation of color #50196B: hue angle of 280.24º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50196B is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 25 | 107 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.58 |
| HSL | 280.24º | 0.62% | 0.26% | - |
| HSV(B) | 280.24º | 0.77% | 0.42% | - |
| XYZ | 6.31 | 3.46 | 14.25 | - |
| YUV | 50.79 | 159.72 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 107 | 0.25 | 0.77 | 0 | 0.58 | 280.24 | 0.62 | 0.26 |
| Hex | 50 | 19 | 6B | 19 | 4D | 0 | 3A | 118 | 3E | 1A |
| Octal | 120 | 31 | 153 | 31 | 115 | 0 | 72 | 430 | 76 | 32 |
| Binary | 1010000 | 11001 | 1101011 | 11001 | 1001101 | 0 | 111010 | 100011000 | 111110 | 11010 |
Color Harmonies of #50196B
Complementary color
Monochromatic Colors of #50196B
Black with #50196B
Text Example
Text Example
White with #50196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50196B; }
p { color: rgb(80,25,107); }
H1.HeaderClassName
{
color: #50196B;
}
.AnyTagClassName
{
color: #50196B;
}
</style>
background-color css
<style>
a { background-color: #50196B; }
a { background-color: rgb(80,25,107); }
div.DivClassName
{
background-color: #50196B;
}
.BgClassName
{
background-color: #50196B;
}
</style>
border-color css
<style>
span { border-color: #50196B; }
span { border-color: rgb(80,25,107); }
td.TdClassName
{
border-color: #50196B;
}
.TagClassName
{
border-color: #50196B;
}
</style>