Shades of Scarlet Gum #501867
Tints of Scarlet Gum #501867
RGB
CMYK
RGB Variations
Color information
#501867 (or 0x501867) is known color: Scarlet Gum. HEX triplet: 50, 18 and 67. RGB value is (80,24,103). Sum of RGB (Red+Green+Blue) = 80+24+103=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #501867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501867 is #AFE798. Grayscale: #313131. Windows color (decimal): -11528089 or 6756432. OLE color: 6756432.
HSL color Cylindrical-coordinate representation of color #501867: hue angle of 282.53º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501867 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 24 | 103 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.60 |
| HSL | 282.53º | 0.62% | 0.25% | - |
| HSV(B) | 282.53º | 0.77% | 0.4% | - |
| XYZ | 6.08 | 3.34 | 13.16 | - |
| YUV | 49.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 103 | 0.22 | 0.77 | 0 | 0.60 | 282.53 | 0.62 | 0.25 |
| Hex | 50 | 18 | 67 | 16 | 4D | 0 | 3C | 11B | 3E | 19 |
| Octal | 120 | 30 | 147 | 26 | 115 | 0 | 74 | 433 | 76 | 31 |
| Binary | 1010000 | 11000 | 1100111 | 10110 | 1001101 | 0 | 111100 | 100011011 | 111110 | 11001 |
Color Harmonies of #501867
Complementary color
Monochromatic Colors of #501867
Black with #501867
Text Example
Text Example
White with #501867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501867; }
p { color: rgb(80,24,103); }
H1.HeaderClassName
{
color: #501867;
}
.AnyTagClassName
{
color: #501867;
}
</style>
background-color css
<style>
a { background-color: #501867; }
a { background-color: rgb(80,24,103); }
div.DivClassName
{
background-color: #501867;
}
.BgClassName
{
background-color: #501867;
}
</style>
border-color css
<style>
span { border-color: #501867; }
span { border-color: rgb(80,24,103); }
td.TdClassName
{
border-color: #501867;
}
.TagClassName
{
border-color: #501867;
}
</style>