Shades of Scarlet Gum #501B66
Tints of Scarlet Gum #501B66
RGB
CMYK
RGB Variations
Color information
#501B66 (or 0x501B66) is known color: Scarlet Gum. HEX triplet: 50, 1B and 66. RGB value is (80,27,102). Sum of RGB (Red+Green+Blue) = 80+27+102=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #501B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501B66 is #AFE499. Grayscale: #333333. Windows color (decimal): -11527322 or 6691664. OLE color: 6691664.
HSL color Cylindrical-coordinate representation of color #501B66: hue angle of 282.4º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501B66 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 27 | 102 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.6 |
| HSL | 282.4º | 0.58% | 0.25% | - |
| HSV(B) | 282.4º | 0.74% | 0.4% | - |
| XYZ | 6.1 | 3.45 | 12.91 | - |
| YUV | 51.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 102 | 0.22 | 0.74 | 0 | 0.6 | 282.4 | 0.58 | 0.25 |
| Hex | 50 | 1B | 66 | 16 | 4A | 0 | 3C | 11A | 3A | 19 |
| Octal | 120 | 33 | 146 | 26 | 112 | 0 | 74 | 432 | 72 | 31 |
| Binary | 1010000 | 11011 | 1100110 | 10110 | 1001010 | 0 | 111100 | 100011010 | 111010 | 11001 |
Color Harmonies of #501B66
Complementary color
Monochromatic Colors of #501B66
Black with #501B66
Text Example
Text Example
White with #501B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B66; }
p { color: rgb(80,27,102); }
H1.HeaderClassName
{
color: #501B66;
}
.AnyTagClassName
{
color: #501B66;
}
</style>
background-color css
<style>
a { background-color: #501B66; }
a { background-color: rgb(80,27,102); }
div.DivClassName
{
background-color: #501B66;
}
.BgClassName
{
background-color: #501B66;
}
</style>
border-color css
<style>
span { border-color: #501B66; }
span { border-color: rgb(80,27,102); }
td.TdClassName
{
border-color: #501B66;
}
.TagClassName
{
border-color: #501B66;
}
</style>