Shades of Scarlet Gum #522C65
Tints of Scarlet Gum #522C65
RGB
CMYK
RGB Variations
Color information
#522C65 (or 0x522C65) is known color: Scarlet Gum. HEX triplet: 52, 2C and 65. RGB value is (82,44,101). Sum of RGB (Red+Green+Blue) = 82+44+101=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #522C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C65 is #ADD39A. Grayscale: #3D3D3D. Windows color (decimal): -11391899 or 6630482. OLE color: 6630482.
HSL color Cylindrical-coordinate representation of color #522C65: hue angle of 280º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #522C65 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 44 | 101 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.60 |
| HSL | 280º | 0.39% | 0.28% | - |
| HSV(B) | 280º | 0.56% | 0.4% | - |
| XYZ | 6.73 | 4.53 | 12.83 | - |
| YUV | 61.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 101 | 0.19 | 0.56 | 0 | 0.60 | 280 | 0.39 | 0.28 |
| Hex | 52 | 2C | 65 | 13 | 38 | 0 | 3C | 118 | 27 | 1C |
| Octal | 122 | 54 | 145 | 23 | 70 | 0 | 74 | 430 | 47 | 34 |
| Binary | 1010010 | 101100 | 1100101 | 10011 | 111000 | 0 | 111100 | 100011000 | 100111 | 11100 |
Color Harmonies of #522C65
Complementary color
Monochromatic Colors of #522C65
Black with #522C65
Text Example
Text Example
White with #522C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C65; }
p { color: rgb(82,44,101); }
H1.HeaderClassName
{
color: #522C65;
}
.AnyTagClassName
{
color: #522C65;
}
</style>
background-color css
<style>
a { background-color: #522C65; }
a { background-color: rgb(82,44,101); }
div.DivClassName
{
background-color: #522C65;
}
.BgClassName
{
background-color: #522C65;
}
</style>
border-color css
<style>
span { border-color: #522C65; }
span { border-color: rgb(82,44,101); }
td.TdClassName
{
border-color: #522C65;
}
.TagClassName
{
border-color: #522C65;
}
</style>