Shades of Scarlet Gum #522C66
Tints of Scarlet Gum #522C66
RGB
CMYK
RGB Variations
Color information
#522C66 (or 0x522C66) is known color: Scarlet Gum. HEX triplet: 52, 2C and 66. RGB value is (82,44,102). Sum of RGB (Red+Green+Blue) = 82+44+102=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #522C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C66 is #ADD399. Grayscale: #3D3D3D. Windows color (decimal): -11391898 or 6696018. OLE color: 6696018.
HSL color Cylindrical-coordinate representation of color #522C66: hue angle of 279.31º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #522C66 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 82 | 44 | 102 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.6 |
| HSL | 279.31º | 0.4% | 0.29% | - |
| HSV(B) | 279.31º | 0.57% | 0.4% | - |
| XYZ | 6.78 | 4.55 | 13.09 | - |
| YUV | 61.97 | 150.59 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 102 | 0.20 | 0.57 | 0 | 0.6 | 279.31 | 0.4 | 0.29 |
| Hex | 52 | 2C | 66 | 14 | 39 | 0 | 3C | 117 | 28 | 1D |
| Octal | 122 | 54 | 146 | 24 | 71 | 0 | 74 | 427 | 50 | 35 |
| Binary | 1010010 | 101100 | 1100110 | 10100 | 111001 | 0 | 111100 | 100010111 | 101000 | 11101 |
Color Harmonies of #522C66
Complementary color
Monochromatic Colors of #522C66
Black with #522C66
Text Example
Text Example
White with #522C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C66; }
p { color: rgb(82,44,102); }
H1.HeaderClassName
{
color: #522C66;
}
.AnyTagClassName
{
color: #522C66;
}
</style>
background-color css
<style>
a { background-color: #522C66; }
a { background-color: rgb(82,44,102); }
div.DivClassName
{
background-color: #522C66;
}
.BgClassName
{
background-color: #522C66;
}
</style>
border-color css
<style>
span { border-color: #522C66; }
span { border-color: rgb(82,44,102); }
td.TdClassName
{
border-color: #522C66;
}
.TagClassName
{
border-color: #522C66;
}
</style>