Shades of Scarlet Gum #502A60
Tints of Scarlet Gum #502A60
RGB
CMYK
RGB Variations
Color information
#502A60 (or 0x502A60) is known color: Scarlet Gum. HEX triplet: 50, 2A and 60. RGB value is (80,42,96). Sum of RGB (Red+Green+Blue) = 80+42+96=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #502A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502A60 is #AFD59F. Grayscale: #3B3B3B. Windows color (decimal): -11523488 or 6302288. OLE color: 6302288.
HSL color Cylindrical-coordinate representation of color #502A60: hue angle of 282.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #502A60 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 42 | 96 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.62 |
| HSL | 282.22º | 0.39% | 0.27% | - |
| HSV(B) | 282.22º | 0.56% | 0.38% | - |
| XYZ | 6.25 | 4.21 | 11.55 | - |
| YUV | 59.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 96 | 0.17 | 0.56 | 0 | 0.62 | 282.22 | 0.39 | 0.27 |
| Hex | 50 | 2A | 60 | 11 | 38 | 0 | 3E | 11A | 27 | 1B |
| Octal | 120 | 52 | 140 | 21 | 70 | 0 | 76 | 432 | 47 | 33 |
| Binary | 1010000 | 101010 | 1100000 | 10001 | 111000 | 0 | 111110 | 100011010 | 100111 | 11011 |
Color Harmonies of #502A60
Complementary color
Monochromatic Colors of #502A60
Black with #502A60
Text Example
Text Example
White with #502A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502A60; }
p { color: rgb(80,42,96); }
H1.HeaderClassName
{
color: #502A60;
}
.AnyTagClassName
{
color: #502A60;
}
</style>
background-color css
<style>
a { background-color: #502A60; }
a { background-color: rgb(80,42,96); }
div.DivClassName
{
background-color: #502A60;
}
.BgClassName
{
background-color: #502A60;
}
</style>
border-color css
<style>
span { border-color: #502A60; }
span { border-color: rgb(80,42,96); }
td.TdClassName
{
border-color: #502A60;
}
.TagClassName
{
border-color: #502A60;
}
</style>