Shades of Scarlet Gum #522E61
Tints of Scarlet Gum #522E61
RGB
CMYK
RGB Variations
Color information
#522E61 (or 0x522E61) is known color: Scarlet Gum. HEX triplet: 52, 2E and 61. RGB value is (82,46,97). Sum of RGB (Red+Green+Blue) = 82+46+97=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #522E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522E61 is #ADD19E. Grayscale: #3E3E3E. Windows color (decimal): -11391391 or 6368850. OLE color: 6368850.
HSL color Cylindrical-coordinate representation of color #522E61: hue angle of 282.35º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #522E61 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 46 | 97 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.62 |
| HSL | 282.35º | 0.36% | 0.28% | - |
| HSV(B) | 282.35º | 0.53% | 0.38% | - |
| XYZ | 6.61 | 4.61 | 11.85 | - |
| YUV | 62.58 | 147.43 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 46 | 97 | 0.15 | 0.53 | 0 | 0.62 | 282.35 | 0.36 | 0.28 |
| Hex | 52 | 2E | 61 | F | 35 | 0 | 3E | 11A | 24 | 1C |
| Octal | 122 | 56 | 141 | 17 | 65 | 0 | 76 | 432 | 44 | 34 |
| Binary | 1010010 | 101110 | 1100001 | 1111 | 110101 | 0 | 111110 | 100011010 | 100100 | 11100 |
Color Harmonies of #522E61
Complementary color
Monochromatic Colors of #522E61
Black with #522E61
Text Example
Text Example
White with #522E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522E61; }
p { color: rgb(82,46,97); }
H1.HeaderClassName
{
color: #522E61;
}
.AnyTagClassName
{
color: #522E61;
}
</style>
background-color css
<style>
a { background-color: #522E61; }
a { background-color: rgb(82,46,97); }
div.DivClassName
{
background-color: #522E61;
}
.BgClassName
{
background-color: #522E61;
}
</style>
border-color css
<style>
span { border-color: #522E61; }
span { border-color: rgb(82,46,97); }
td.TdClassName
{
border-color: #522E61;
}
.TagClassName
{
border-color: #522E61;
}
</style>