Shades of Scarlet Gum #522C62
Tints of Scarlet Gum #522C62
RGB
CMYK
RGB Variations
Color information
#522C62 (or 0x522C62) is known color: Scarlet Gum. HEX triplet: 52, 2C and 62. RGB value is (82,44,98). Sum of RGB (Red+Green+Blue) = 82+44+98=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #522C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C62 is #ADD39D. Grayscale: #3D3D3D. Windows color (decimal): -11391902 or 6433874. OLE color: 6433874.
HSL color Cylindrical-coordinate representation of color #522C62: hue angle of 282.22º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #522C62 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 44 | 98 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.62 |
| HSL | 282.22º | 0.38% | 0.28% | - |
| HSV(B) | 282.22º | 0.55% | 0.38% | - |
| XYZ | 6.58 | 4.48 | 12.07 | - |
| YUV | 61.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 98 | 0.16 | 0.55 | 0 | 0.62 | 282.22 | 0.38 | 0.28 |
| Hex | 52 | 2C | 62 | 10 | 37 | 0 | 3E | 11A | 26 | 1C |
| Octal | 122 | 54 | 142 | 20 | 67 | 0 | 76 | 432 | 46 | 34 |
| Binary | 1010010 | 101100 | 1100010 | 10000 | 110111 | 0 | 111110 | 100011010 | 100110 | 11100 |
Color Harmonies of #522C62
Complementary color
Monochromatic Colors of #522C62
Black with #522C62
Text Example
Text Example
White with #522C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C62; }
p { color: rgb(82,44,98); }
H1.HeaderClassName
{
color: #522C62;
}
.AnyTagClassName
{
color: #522C62;
}
</style>
background-color css
<style>
a { background-color: #522C62; }
a { background-color: rgb(82,44,98); }
div.DivClassName
{
background-color: #522C62;
}
.BgClassName
{
background-color: #522C62;
}
</style>
border-color css
<style>
span { border-color: #522C62; }
span { border-color: rgb(82,44,98); }
td.TdClassName
{
border-color: #522C62;
}
.TagClassName
{
border-color: #522C62;
}
</style>