Shades of Scarlet Gum #502664
Tints of Scarlet Gum #502664
RGB
CMYK
RGB Variations
Color information
#502664 (or 0x502664) is known color: Scarlet Gum. HEX triplet: 50, 26 and 64. RGB value is (80,38,100). Sum of RGB (Red+Green+Blue) = 80+38+100=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: blue. Hex color #502664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502664 is #AFD99B. Grayscale: #393939. Windows color (decimal): -11524508 or 6563408. OLE color: 6563408.
HSL color Cylindrical-coordinate representation of color #502664: hue angle of 280.65º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #502664 is Cyan = 0.2, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 38 | 100 | - |
| CMYK | 0.2 | 0.62 | 0 | 0.61 |
| HSL | 280.65º | 0.45% | 0.27% | - |
| HSV(B) | 280.65º | 0.62% | 0.39% | - |
| XYZ | 6.3 | 4.01 | 12.5 | - |
| YUV | 57.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 38 | 100 | 0.2 | 0.62 | 0 | 0.61 | 280.65 | 0.45 | 0.27 |
| Hex | 50 | 26 | 64 | 14 | 3E | 0 | 3D | 119 | 2D | 1B |
| Octal | 120 | 46 | 144 | 24 | 76 | 0 | 75 | 431 | 55 | 33 |
| Binary | 1010000 | 100110 | 1100100 | 10100 | 111110 | 0 | 111101 | 100011001 | 101101 | 11011 |
Color Harmonies of #502664
Complementary color
Monochromatic Colors of #502664
Black with #502664
Text Example
Text Example
White with #502664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502664; }
p { color: rgb(80,38,100); }
H1.HeaderClassName
{
color: #502664;
}
.AnyTagClassName
{
color: #502664;
}
</style>
background-color css
<style>
a { background-color: #502664; }
a { background-color: rgb(80,38,100); }
div.DivClassName
{
background-color: #502664;
}
.BgClassName
{
background-color: #502664;
}
</style>
border-color css
<style>
span { border-color: #502664; }
span { border-color: rgb(80,38,100); }
td.TdClassName
{
border-color: #502664;
}
.TagClassName
{
border-color: #502664;
}
</style>