Shades of Scarlet Gum #501D5D
Tints of Scarlet Gum #501D5D
RGB
CMYK
RGB Variations
Color information
#501D5D (or 0x501D5D) is known color: Scarlet Gum. HEX triplet: 50, 1D and 5D. RGB value is (80,29,93). Sum of RGB (Red+Green+Blue) = 80+29+93=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #501D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501D5D is #AFE2A2. Grayscale: #333333. Windows color (decimal): -11526819 or 6102352. OLE color: 6102352.
HSL color Cylindrical-coordinate representation of color #501D5D: hue angle of 287.81º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #501D5D is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 29 | 93 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.64 |
| HSL | 287.81º | 0.52% | 0.24% | - |
| HSV(B) | 287.81º | 0.69% | 0.36% | - |
| XYZ | 5.72 | 3.37 | 10.71 | - |
| YUV | 51.55 | 151.4 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 93 | 0.14 | 0.69 | 0 | 0.64 | 287.81 | 0.52 | 0.24 |
| Hex | 50 | 1D | 5D | E | 45 | 0 | 40 | 120 | 34 | 18 |
| Octal | 120 | 35 | 135 | 16 | 105 | 0 | 100 | 440 | 64 | 30 |
| Binary | 1010000 | 11101 | 1011101 | 1110 | 1000101 | 0 | 1000000 | 100100000 | 110100 | 11000 |
Color Harmonies of #501D5D
Complementary color
Monochromatic Colors of #501D5D
Black with #501D5D
Text Example
Text Example
White with #501D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D5D; }
p { color: rgb(80,29,93); }
H1.HeaderClassName
{
color: #501D5D;
}
.AnyTagClassName
{
color: #501D5D;
}
</style>
background-color css
<style>
a { background-color: #501D5D; }
a { background-color: rgb(80,29,93); }
div.DivClassName
{
background-color: #501D5D;
}
.BgClassName
{
background-color: #501D5D;
}
</style>
border-color css
<style>
span { border-color: #501D5D; }
span { border-color: rgb(80,29,93); }
td.TdClassName
{
border-color: #501D5D;
}
.TagClassName
{
border-color: #501D5D;
}
</style>