Shades of Scarlet Gum #501869
Tints of Scarlet Gum #501869
RGB
CMYK
RGB Variations
Color information
#501869 (or 0x501869) is known color: Scarlet Gum. HEX triplet: 50, 18 and 69. RGB value is (80,24,105). Sum of RGB (Red+Green+Blue) = 80+24+105=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #501869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501869 is #AFE796. Grayscale: #313131. Windows color (decimal): -11528087 or 6887504. OLE color: 6887504.
HSL color Cylindrical-coordinate representation of color #501869: hue angle of 281.48º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501869 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 24 | 105 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.59 |
| HSL | 281.48º | 0.63% | 0.25% | - |
| HSV(B) | 281.48º | 0.77% | 0.41% | - |
| XYZ | 6.18 | 3.38 | 13.69 | - |
| YUV | 49.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 105 | 0.24 | 0.77 | 0 | 0.59 | 281.48 | 0.63 | 0.25 |
| Hex | 50 | 18 | 69 | 18 | 4D | 0 | 3B | 119 | 3F | 19 |
| Octal | 120 | 30 | 151 | 30 | 115 | 0 | 73 | 431 | 77 | 31 |
| Binary | 1010000 | 11000 | 1101001 | 11000 | 1001101 | 0 | 111011 | 100011001 | 111111 | 11001 |
Color Harmonies of #501869
Complementary color
Monochromatic Colors of #501869
Black with #501869
Text Example
Text Example
White with #501869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501869; }
p { color: rgb(80,24,105); }
H1.HeaderClassName
{
color: #501869;
}
.AnyTagClassName
{
color: #501869;
}
</style>
background-color css
<style>
a { background-color: #501869; }
a { background-color: rgb(80,24,105); }
div.DivClassName
{
background-color: #501869;
}
.BgClassName
{
background-color: #501869;
}
</style>
border-color css
<style>
span { border-color: #501869; }
span { border-color: rgb(80,24,105); }
td.TdClassName
{
border-color: #501869;
}
.TagClassName
{
border-color: #501869;
}
</style>