Shades of Scarlet Gum #502F65
Tints of Scarlet Gum #502F65
RGB
CMYK
RGB Variations
Color information
#502F65 (or 0x502F65) is known color: Scarlet Gum. HEX triplet: 50, 2F and 65. RGB value is (80,47,101). Sum of RGB (Red+Green+Blue) = 80+47+101=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #502F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502F65 is #AFD09A. Grayscale: #3E3E3E. Windows color (decimal): -11522203 or 6631248. OLE color: 6631248.
HSL color Cylindrical-coordinate representation of color #502F65: hue angle of 276.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #502F65 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 47 | 101 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.60 |
| HSL | 276.67º | 0.36% | 0.29% | - |
| HSV(B) | 276.67º | 0.53% | 0.4% | - |
| XYZ | 6.67 | 4.68 | 12.86 | - |
| YUV | 63.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 101 | 0.21 | 0.53 | 0 | 0.60 | 276.67 | 0.36 | 0.29 |
| Hex | 50 | 2F | 65 | 15 | 35 | 0 | 3C | 115 | 24 | 1D |
| Octal | 120 | 57 | 145 | 25 | 65 | 0 | 74 | 425 | 44 | 35 |
| Binary | 1010000 | 101111 | 1100101 | 10101 | 110101 | 0 | 111100 | 100010101 | 100100 | 11101 |
Color Harmonies of #502F65
Complementary color
Monochromatic Colors of #502F65
Black with #502F65
Text Example
Text Example
White with #502F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F65; }
p { color: rgb(80,47,101); }
H1.HeaderClassName
{
color: #502F65;
}
.AnyTagClassName
{
color: #502F65;
}
</style>
background-color css
<style>
a { background-color: #502F65; }
a { background-color: rgb(80,47,101); }
div.DivClassName
{
background-color: #502F65;
}
.BgClassName
{
background-color: #502F65;
}
</style>
border-color css
<style>
span { border-color: #502F65; }
span { border-color: rgb(80,47,101); }
td.TdClassName
{
border-color: #502F65;
}
.TagClassName
{
border-color: #502F65;
}
</style>