Shades of Scarlet Gum #502F60
Tints of Scarlet Gum #502F60
RGB
CMYK
RGB Variations
Color information
#502F60 (or 0x502F60) is known color: Scarlet Gum. HEX triplet: 50, 2F and 60. RGB value is (80,47,96). Sum of RGB (Red+Green+Blue) = 80+47+96=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #502F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502F60 is #AFD09F. Grayscale: #3E3E3E. Windows color (decimal): -11522208 or 6303568. OLE color: 6303568.
HSL color Cylindrical-coordinate representation of color #502F60: hue angle of 280.41º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #502F60 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 47 | 96 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.62 |
| HSL | 280.41º | 0.34% | 0.28% | - |
| HSV(B) | 280.41º | 0.51% | 0.38% | - |
| XYZ | 6.44 | 4.58 | 11.61 | - |
| YUV | 62.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 96 | 0.17 | 0.51 | 0 | 0.62 | 280.41 | 0.34 | 0.28 |
| Hex | 50 | 2F | 60 | 11 | 33 | 0 | 3E | 118 | 22 | 1C |
| Octal | 120 | 57 | 140 | 21 | 63 | 0 | 76 | 430 | 42 | 34 |
| Binary | 1010000 | 101111 | 1100000 | 10001 | 110011 | 0 | 111110 | 100011000 | 100010 | 11100 |
Color Harmonies of #502F60
Complementary color
Monochromatic Colors of #502F60
Black with #502F60
Text Example
Text Example
White with #502F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F60; }
p { color: rgb(80,47,96); }
H1.HeaderClassName
{
color: #502F60;
}
.AnyTagClassName
{
color: #502F60;
}
</style>
background-color css
<style>
a { background-color: #502F60; }
a { background-color: rgb(80,47,96); }
div.DivClassName
{
background-color: #502F60;
}
.BgClassName
{
background-color: #502F60;
}
</style>
border-color css
<style>
span { border-color: #502F60; }
span { border-color: rgb(80,47,96); }
td.TdClassName
{
border-color: #502F60;
}
.TagClassName
{
border-color: #502F60;
}
</style>