Shades of Scarlet Gum #522E65
Tints of Scarlet Gum #522E65
RGB
CMYK
RGB Variations
Color information
#522E65 (or 0x522E65) is known color: Scarlet Gum. HEX triplet: 52, 2E and 65. RGB value is (82,46,101). Sum of RGB (Red+Green+Blue) = 82+46+101=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #522E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522E65 is #ADD19A. Grayscale: #3E3E3E. Windows color (decimal): -11391387 or 6630994. OLE color: 6630994.
HSL color Cylindrical-coordinate representation of color #522E65: hue angle of 279.27º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #522E65 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 46 | 101 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.60 |
| HSL | 279.27º | 0.37% | 0.29% | - |
| HSV(B) | 279.27º | 0.54% | 0.4% | - |
| XYZ | 6.81 | 4.69 | 12.86 | - |
| YUV | 63.03 | 149.43 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 46 | 101 | 0.19 | 0.54 | 0 | 0.60 | 279.27 | 0.37 | 0.29 |
| Hex | 52 | 2E | 65 | 13 | 36 | 0 | 3C | 117 | 25 | 1D |
| Octal | 122 | 56 | 145 | 23 | 66 | 0 | 74 | 427 | 45 | 35 |
| Binary | 1010010 | 101110 | 1100101 | 10011 | 110110 | 0 | 111100 | 100010111 | 100101 | 11101 |
Color Harmonies of #522E65
Complementary color
Monochromatic Colors of #522E65
Black with #522E65
Text Example
Text Example
White with #522E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522E65; }
p { color: rgb(82,46,101); }
H1.HeaderClassName
{
color: #522E65;
}
.AnyTagClassName
{
color: #522E65;
}
</style>
background-color css
<style>
a { background-color: #522E65; }
a { background-color: rgb(82,46,101); }
div.DivClassName
{
background-color: #522E65;
}
.BgClassName
{
background-color: #522E65;
}
</style>
border-color css
<style>
span { border-color: #522E65; }
span { border-color: rgb(82,46,101); }
td.TdClassName
{
border-color: #522E65;
}
.TagClassName
{
border-color: #522E65;
}
</style>