Shades of Scarlet Gum #502C63
Tints of Scarlet Gum #502C63
RGB
CMYK
RGB Variations
Color information
#502C63 (or 0x502C63) is known color: Scarlet Gum. HEX triplet: 50, 2C and 63. RGB value is (80,44,99). Sum of RGB (Red+Green+Blue) = 80+44+99=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #502C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502C63 is #AFD39C. Grayscale: #3C3C3C. Windows color (decimal): -11522973 or 6499408. OLE color: 6499408.
HSL color Cylindrical-coordinate representation of color #502C63: hue angle of 279.27º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #502C63 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 44 | 99 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.61 |
| HSL | 279.27º | 0.38% | 0.28% | - |
| HSV(B) | 279.27º | 0.56% | 0.39% | - |
| XYZ | 6.46 | 4.41 | 12.31 | - |
| YUV | 61.03 | 149.43 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 99 | 0.19 | 0.56 | 0 | 0.61 | 279.27 | 0.38 | 0.28 |
| Hex | 50 | 2C | 63 | 13 | 38 | 0 | 3D | 117 | 26 | 1C |
| Octal | 120 | 54 | 143 | 23 | 70 | 0 | 75 | 427 | 46 | 34 |
| Binary | 1010000 | 101100 | 1100011 | 10011 | 111000 | 0 | 111101 | 100010111 | 100110 | 11100 |
Color Harmonies of #502C63
Complementary color
Monochromatic Colors of #502C63
Black with #502C63
Text Example
Text Example
White with #502C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C63; }
p { color: rgb(80,44,99); }
H1.HeaderClassName
{
color: #502C63;
}
.AnyTagClassName
{
color: #502C63;
}
</style>
background-color css
<style>
a { background-color: #502C63; }
a { background-color: rgb(80,44,99); }
div.DivClassName
{
background-color: #502C63;
}
.BgClassName
{
background-color: #502C63;
}
</style>
border-color css
<style>
span { border-color: #502C63; }
span { border-color: rgb(80,44,99); }
td.TdClassName
{
border-color: #502C63;
}
.TagClassName
{
border-color: #502C63;
}
</style>