Shades of Scarlet Gum #500C63
Tints of Scarlet Gum #500C63
RGB
CMYK
RGB Variations
Color information
#500C63 (or 0x500C63) is known color: Scarlet Gum. HEX triplet: 50, 0C and 63. RGB value is (80,12,99). Sum of RGB (Red+Green+Blue) = 80+12+99=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #500C63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500C63 is #AFF39C. Grayscale: #292929. Windows color (decimal): -11531165 or 6491216. OLE color: 6491216.
HSL color Cylindrical-coordinate representation of color #500C63: hue angle of 286.9º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500C63 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 12 | 99 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.61 |
| HSL | 286.9º | 0.78% | 0.22% | - |
| HSV(B) | 286.9º | 0.88% | 0.39% | - |
| XYZ | 5.69 | 2.87 | 12.06 | - |
| YUV | 42.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 99 | 0.19 | 0.88 | 0 | 0.61 | 286.9 | 0.78 | 0.22 |
| Hex | 50 | C | 63 | 13 | 58 | 0 | 3D | 11F | 4E | 16 |
| Octal | 120 | 14 | 143 | 23 | 130 | 0 | 75 | 437 | 116 | 26 |
| Binary | 1010000 | 1100 | 1100011 | 10011 | 1011000 | 0 | 111101 | 100011111 | 1001110 | 10110 |
Color Harmonies of #500C63
Complementary color
Monochromatic Colors of #500C63
Black with #500C63
Text Example
Text Example
White with #500C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500C63; }
p { color: rgb(80,12,99); }
H1.HeaderClassName
{
color: #500C63;
}
.AnyTagClassName
{
color: #500C63;
}
</style>
background-color css
<style>
a { background-color: #500C63; }
a { background-color: rgb(80,12,99); }
div.DivClassName
{
background-color: #500C63;
}
.BgClassName
{
background-color: #500C63;
}
</style>
border-color css
<style>
span { border-color: #500C63; }
span { border-color: rgb(80,12,99); }
td.TdClassName
{
border-color: #500C63;
}
.TagClassName
{
border-color: #500C63;
}
</style>