Shades of Scarlet Gum #502D61
Tints of Scarlet Gum #502D61
RGB
CMYK
RGB Variations
Color information
#502D61 (or 0x502D61) is known color: Scarlet Gum. HEX triplet: 50, 2D and 61. RGB value is (80,45,97). Sum of RGB (Red+Green+Blue) = 80+45+97=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #502D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502D61 is #AFD29E. Grayscale: #3D3D3D. Windows color (decimal): -11522719 or 6368592. OLE color: 6368592.
HSL color Cylindrical-coordinate representation of color #502D61: hue angle of 280.38º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #502D61 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 45 | 97 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.62 |
| HSL | 280.38º | 0.37% | 0.28% | - |
| HSV(B) | 280.38º | 0.54% | 0.38% | - |
| XYZ | 6.4 | 4.45 | 11.83 | - |
| YUV | 61.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 97 | 0.18 | 0.54 | 0 | 0.62 | 280.38 | 0.37 | 0.28 |
| Hex | 50 | 2D | 61 | 12 | 36 | 0 | 3E | 118 | 25 | 1C |
| Octal | 120 | 55 | 141 | 22 | 66 | 0 | 76 | 430 | 45 | 34 |
| Binary | 1010000 | 101101 | 1100001 | 10010 | 110110 | 0 | 111110 | 100011000 | 100101 | 11100 |
Color Harmonies of #502D61
Complementary color
Monochromatic Colors of #502D61
Black with #502D61
Text Example
Text Example
White with #502D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D61; }
p { color: rgb(80,45,97); }
H1.HeaderClassName
{
color: #502D61;
}
.AnyTagClassName
{
color: #502D61;
}
</style>
background-color css
<style>
a { background-color: #502D61; }
a { background-color: rgb(80,45,97); }
div.DivClassName
{
background-color: #502D61;
}
.BgClassName
{
background-color: #502D61;
}
</style>
border-color css
<style>
span { border-color: #502D61; }
span { border-color: rgb(80,45,97); }
td.TdClassName
{
border-color: #502D61;
}
.TagClassName
{
border-color: #502D61;
}
</style>