Shades of Scarlet Gum #503066
Tints of Scarlet Gum #503066
RGB
CMYK
RGB Variations
Color information
#503066 (or 0x503066) is known color: Scarlet Gum. HEX triplet: 50, 30 and 66. RGB value is (80,48,102). Sum of RGB (Red+Green+Blue) = 80+48+102=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #503066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503066 is #AFCF99. Grayscale: #3F3F3F. Windows color (decimal): -11521946 or 6697040. OLE color: 6697040.
HSL color Cylindrical-coordinate representation of color #503066: hue angle of 275.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #503066 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 48 | 102 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.6 |
| HSL | 275.56º | 0.36% | 0.29% | - |
| HSV(B) | 275.56º | 0.53% | 0.4% | - |
| XYZ | 6.76 | 4.78 | 13.14 | - |
| YUV | 63.72 | 149.6 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 102 | 0.22 | 0.53 | 0 | 0.6 | 275.56 | 0.36 | 0.29 |
| Hex | 50 | 30 | 66 | 16 | 35 | 0 | 3C | 114 | 24 | 1D |
| Octal | 120 | 60 | 146 | 26 | 65 | 0 | 74 | 424 | 44 | 35 |
| Binary | 1010000 | 110000 | 1100110 | 10110 | 110101 | 0 | 111100 | 100010100 | 100100 | 11101 |
Color Harmonies of #503066
Complementary color
Monochromatic Colors of #503066
Black with #503066
Text Example
Text Example
White with #503066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503066; }
p { color: rgb(80,48,102); }
H1.HeaderClassName
{
color: #503066;
}
.AnyTagClassName
{
color: #503066;
}
</style>
background-color css
<style>
a { background-color: #503066; }
a { background-color: rgb(80,48,102); }
div.DivClassName
{
background-color: #503066;
}
.BgClassName
{
background-color: #503066;
}
</style>
border-color css
<style>
span { border-color: #503066; }
span { border-color: rgb(80,48,102); }
td.TdClassName
{
border-color: #503066;
}
.TagClassName
{
border-color: #503066;
}
</style>