Shades of Scarlet Gum #522862
Tints of Scarlet Gum #522862
RGB
CMYK
RGB Variations
Color information
#522862 (or 0x522862) is known color: Scarlet Gum. HEX triplet: 52, 28 and 62. RGB value is (82,40,98). Sum of RGB (Red+Green+Blue) = 82+40+98=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #522862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522862 is #ADD79D. Grayscale: #3A3A3A. Windows color (decimal): -11392926 or 6432850. OLE color: 6432850.
HSL color Cylindrical-coordinate representation of color #522862: hue angle of 283.45º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #522862 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 40 | 98 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.62 |
| HSL | 283.45º | 0.42% | 0.27% | - |
| HSV(B) | 283.45º | 0.59% | 0.38% | - |
| XYZ | 6.44 | 4.19 | 12.03 | - |
| YUV | 59.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 98 | 0.16 | 0.59 | 0 | 0.62 | 283.45 | 0.42 | 0.27 |
| Hex | 52 | 28 | 62 | 10 | 3B | 0 | 3E | 11B | 2A | 1B |
| Octal | 122 | 50 | 142 | 20 | 73 | 0 | 76 | 433 | 52 | 33 |
| Binary | 1010010 | 101000 | 1100010 | 10000 | 111011 | 0 | 111110 | 100011011 | 101010 | 11011 |
Color Harmonies of #522862
Complementary color
Monochromatic Colors of #522862
Black with #522862
Text Example
Text Example
White with #522862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522862; }
p { color: rgb(82,40,98); }
H1.HeaderClassName
{
color: #522862;
}
.AnyTagClassName
{
color: #522862;
}
</style>
background-color css
<style>
a { background-color: #522862; }
a { background-color: rgb(82,40,98); }
div.DivClassName
{
background-color: #522862;
}
.BgClassName
{
background-color: #522862;
}
</style>
border-color css
<style>
span { border-color: #522862; }
span { border-color: rgb(82,40,98); }
td.TdClassName
{
border-color: #522862;
}
.TagClassName
{
border-color: #522862;
}
</style>