Shades of Scarlet Gum #522C68
Tints of Scarlet Gum #522C68
RGB
CMYK
RGB Variations
Color information
#522C68 (or 0x522C68) is known color: Scarlet Gum. HEX triplet: 52, 2C and 68. RGB value is (82,44,104). Sum of RGB (Red+Green+Blue) = 82+44+104=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #522C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C68 is #ADD397. Grayscale: #3D3D3D. Windows color (decimal): -11391896 or 6827090. OLE color: 6827090.
HSL color Cylindrical-coordinate representation of color #522C68: hue angle of 278º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #522C68 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 44 | 104 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.59 |
| HSL | 278º | 0.41% | 0.29% | - |
| HSV(B) | 278º | 0.58% | 0.41% | - |
| XYZ | 6.88 | 4.59 | 13.62 | - |
| YUV | 62.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 104 | 0.21 | 0.58 | 0 | 0.59 | 278 | 0.41 | 0.29 |
| Hex | 52 | 2C | 68 | 15 | 3A | 0 | 3B | 116 | 29 | 1D |
| Octal | 122 | 54 | 150 | 25 | 72 | 0 | 73 | 426 | 51 | 35 |
| Binary | 1010010 | 101100 | 1101000 | 10101 | 111010 | 0 | 111011 | 100010110 | 101001 | 11101 |
Color Harmonies of #522C68
Complementary color
Monochromatic Colors of #522C68
Black with #522C68
Text Example
Text Example
White with #522C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C68; }
p { color: rgb(82,44,104); }
H1.HeaderClassName
{
color: #522C68;
}
.AnyTagClassName
{
color: #522C68;
}
</style>
background-color css
<style>
a { background-color: #522C68; }
a { background-color: rgb(82,44,104); }
div.DivClassName
{
background-color: #522C68;
}
.BgClassName
{
background-color: #522C68;
}
</style>
border-color css
<style>
span { border-color: #522C68; }
span { border-color: rgb(82,44,104); }
td.TdClassName
{
border-color: #522C68;
}
.TagClassName
{
border-color: #522C68;
}
</style>