Shades of Scarlet Gum #502165
Tints of Scarlet Gum #502165
RGB
CMYK
RGB Variations
Color information
#502165 (or 0x502165) is known color: Scarlet Gum. HEX triplet: 50, 21 and 65. RGB value is (80,33,101). Sum of RGB (Red+Green+Blue) = 80+33+101=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #502165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502165 is #AFDE9A. Grayscale: #363636. Windows color (decimal): -11525787 or 6627664. OLE color: 6627664.
HSL color Cylindrical-coordinate representation of color #502165: hue angle of 281.47º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #502165 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 33 | 101 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.60 |
| HSL | 281.47º | 0.51% | 0.26% | - |
| HSV(B) | 281.47º | 0.67% | 0.4% | - |
| XYZ | 6.2 | 3.73 | 12.71 | - |
| YUV | 54.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 101 | 0.21 | 0.67 | 0 | 0.60 | 281.47 | 0.51 | 0.26 |
| Hex | 50 | 21 | 65 | 15 | 43 | 0 | 3C | 119 | 33 | 1A |
| Octal | 120 | 41 | 145 | 25 | 103 | 0 | 74 | 431 | 63 | 32 |
| Binary | 1010000 | 100001 | 1100101 | 10101 | 1000011 | 0 | 111100 | 100011001 | 110011 | 11010 |
Color Harmonies of #502165
Complementary color
Monochromatic Colors of #502165
Black with #502165
Text Example
Text Example
White with #502165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502165; }
p { color: rgb(80,33,101); }
H1.HeaderClassName
{
color: #502165;
}
.AnyTagClassName
{
color: #502165;
}
</style>
background-color css
<style>
a { background-color: #502165; }
a { background-color: rgb(80,33,101); }
div.DivClassName
{
background-color: #502165;
}
.BgClassName
{
background-color: #502165;
}
</style>
border-color css
<style>
span { border-color: #502165; }
span { border-color: rgb(80,33,101); }
td.TdClassName
{
border-color: #502165;
}
.TagClassName
{
border-color: #502165;
}
</style>