Shades of Scarlet Gum #503761
Tints of Scarlet Gum #503761
RGB
CMYK
RGB Variations
Color information
#503761 (or 0x503761) is known color: Scarlet Gum. HEX triplet: 50, 37 and 61. RGB value is (80,55,97). Sum of RGB (Red+Green+Blue) = 80+55+97=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #503761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503761 is #AFC89E. Grayscale: #434343. Windows color (decimal): -11520159 or 6371152. OLE color: 6371152.
HSL color Cylindrical-coordinate representation of color #503761: hue angle of 275.71º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #503761 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 55 | 97 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.62 |
| HSL | 275.71º | 0.28% | 0.3% | - |
| HSV(B) | 275.71º | 0.43% | 0.38% | - |
| XYZ | 6.83 | 5.3 | 11.97 | - |
| YUV | 67.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 97 | 0.18 | 0.43 | 0 | 0.62 | 275.71 | 0.28 | 0.3 |
| Hex | 50 | 37 | 61 | 12 | 2B | 0 | 3E | 114 | 1C | 1E |
| Octal | 120 | 67 | 141 | 22 | 53 | 0 | 76 | 424 | 34 | 36 |
| Binary | 1010000 | 110111 | 1100001 | 10010 | 101011 | 0 | 111110 | 100010100 | 11100 | 11110 |
Color Harmonies of #503761
Complementary color
Monochromatic Colors of #503761
Black with #503761
Text Example
Text Example
White with #503761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503761; }
p { color: rgb(80,55,97); }
H1.HeaderClassName
{
color: #503761;
}
.AnyTagClassName
{
color: #503761;
}
</style>
background-color css
<style>
a { background-color: #503761; }
a { background-color: rgb(80,55,97); }
div.DivClassName
{
background-color: #503761;
}
.BgClassName
{
background-color: #503761;
}
</style>
border-color css
<style>
span { border-color: #503761; }
span { border-color: rgb(80,55,97); }
td.TdClassName
{
border-color: #503761;
}
.TagClassName
{
border-color: #503761;
}
</style>