Shades of Scarlet Gum #502B61
Tints of Scarlet Gum #502B61
RGB
CMYK
RGB Variations
Color information
#502B61 (or 0x502B61) is known color: Scarlet Gum. HEX triplet: 50, 2B and 61. RGB value is (80,43,97). Sum of RGB (Red+Green+Blue) = 80+43+97=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #502B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502B61 is #AFD49E. Grayscale: #3C3C3C. Windows color (decimal): -11523231 or 6368080. OLE color: 6368080.
HSL color Cylindrical-coordinate representation of color #502B61: hue angle of 281.11º 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 #502B61 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 43 | 97 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.62 |
| HSL | 281.11º | 0.39% | 0.27% | - |
| HSV(B) | 281.11º | 0.56% | 0.38% | - |
| XYZ | 6.33 | 4.3 | 11.8 | - |
| YUV | 60.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 97 | 0.18 | 0.56 | 0 | 0.62 | 281.11 | 0.39 | 0.27 |
| Hex | 50 | 2B | 61 | 12 | 38 | 0 | 3E | 119 | 27 | 1B |
| Octal | 120 | 53 | 141 | 22 | 70 | 0 | 76 | 431 | 47 | 33 |
| Binary | 1010000 | 101011 | 1100001 | 10010 | 111000 | 0 | 111110 | 100011001 | 100111 | 11011 |
Color Harmonies of #502B61
Complementary color
Monochromatic Colors of #502B61
Black with #502B61
Text Example
Text Example
White with #502B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B61; }
p { color: rgb(80,43,97); }
H1.HeaderClassName
{
color: #502B61;
}
.AnyTagClassName
{
color: #502B61;
}
</style>
background-color css
<style>
a { background-color: #502B61; }
a { background-color: rgb(80,43,97); }
div.DivClassName
{
background-color: #502B61;
}
.BgClassName
{
background-color: #502B61;
}
</style>
border-color css
<style>
span { border-color: #502B61; }
span { border-color: rgb(80,43,97); }
td.TdClassName
{
border-color: #502B61;
}
.TagClassName
{
border-color: #502B61;
}
</style>