Shades of Scarlet Gum #522C60
Tints of Scarlet Gum #522C60
RGB
CMYK
RGB Variations
Color information
#522C60 (or 0x522C60) is known color: Scarlet Gum. HEX triplet: 52, 2C and 60. RGB value is (82,44,96). Sum of RGB (Red+Green+Blue) = 82+44+96=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #522C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C60 is #ADD39F. Grayscale: #3D3D3D. Windows color (decimal): -11391904 or 6302802. OLE color: 6302802.
HSL color Cylindrical-coordinate representation of color #522C60: hue angle of 283.85º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #522C60 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 44 | 96 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.62 |
| HSL | 283.85º | 0.37% | 0.27% | - |
| HSV(B) | 283.85º | 0.54% | 0.38% | - |
| XYZ | 6.49 | 4.44 | 11.58 | - |
| YUV | 61.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 96 | 0.15 | 0.54 | 0 | 0.62 | 283.85 | 0.37 | 0.27 |
| Hex | 52 | 2C | 60 | F | 36 | 0 | 3E | 11C | 25 | 1B |
| Octal | 122 | 54 | 140 | 17 | 66 | 0 | 76 | 434 | 45 | 33 |
| Binary | 1010010 | 101100 | 1100000 | 1111 | 110110 | 0 | 111110 | 100011100 | 100101 | 11011 |
Color Harmonies of #522C60
Complementary color
Monochromatic Colors of #522C60
Black with #522C60
Text Example
Text Example
White with #522C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C60; }
p { color: rgb(82,44,96); }
H1.HeaderClassName
{
color: #522C60;
}
.AnyTagClassName
{
color: #522C60;
}
</style>
background-color css
<style>
a { background-color: #522C60; }
a { background-color: rgb(82,44,96); }
div.DivClassName
{
background-color: #522C60;
}
.BgClassName
{
background-color: #522C60;
}
</style>
border-color css
<style>
span { border-color: #522C60; }
span { border-color: rgb(82,44,96); }
td.TdClassName
{
border-color: #522C60;
}
.TagClassName
{
border-color: #522C60;
}
</style>