Shades of Scarlet Gum #501D67
Tints of Scarlet Gum #501D67
RGB
CMYK
RGB Variations
Color information
#501D67 (or 0x501D67) is known color: Scarlet Gum. HEX triplet: 50, 1D and 67. RGB value is (80,29,103). Sum of RGB (Red+Green+Blue) = 80+29+103=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #501D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501D67 is #AFE298. Grayscale: #343434. Windows color (decimal): -11526809 or 6757712. OLE color: 6757712.
HSL color Cylindrical-coordinate representation of color #501D67: hue angle of 281.35º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #501D67 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 29 | 103 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.60 |
| HSL | 281.35º | 0.56% | 0.26% | - |
| HSV(B) | 281.35º | 0.72% | 0.4% | - |
| XYZ | 6.2 | 3.56 | 13.19 | - |
| YUV | 52.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 103 | 0.22 | 0.72 | 0 | 0.60 | 281.35 | 0.56 | 0.26 |
| Hex | 50 | 1D | 67 | 16 | 48 | 0 | 3C | 119 | 38 | 1A |
| Octal | 120 | 35 | 147 | 26 | 110 | 0 | 74 | 431 | 70 | 32 |
| Binary | 1010000 | 11101 | 1100111 | 10110 | 1001000 | 0 | 111100 | 100011001 | 111000 | 11010 |
Color Harmonies of #501D67
Complementary color
Monochromatic Colors of #501D67
Black with #501D67
Text Example
Text Example
White with #501D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D67; }
p { color: rgb(80,29,103); }
H1.HeaderClassName
{
color: #501D67;
}
.AnyTagClassName
{
color: #501D67;
}
</style>
background-color css
<style>
a { background-color: #501D67; }
a { background-color: rgb(80,29,103); }
div.DivClassName
{
background-color: #501D67;
}
.BgClassName
{
background-color: #501D67;
}
</style>
border-color css
<style>
span { border-color: #501D67; }
span { border-color: rgb(80,29,103); }
td.TdClassName
{
border-color: #501D67;
}
.TagClassName
{
border-color: #501D67;
}
</style>