Shades of Scarlet Gum #522C5D
Tints of Scarlet Gum #522C5D
RGB
CMYK
RGB Variations
Color information
#522C5D (or 0x522C5D) is known color: Scarlet Gum. HEX triplet: 52, 2C and 5D. RGB value is (82,44,93). Sum of RGB (Red+Green+Blue) = 82+44+93=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #522C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C5D is #ADD3A2. Grayscale: #3C3C3C. Windows color (decimal): -11391907 or 6106194. OLE color: 6106194.
HSL color Cylindrical-coordinate representation of color #522C5D: hue angle of 286.53º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #522C5D is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 44 | 93 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.64 |
| HSL | 286.53º | 0.36% | 0.27% | - |
| HSV(B) | 286.53º | 0.53% | 0.36% | - |
| XYZ | 6.36 | 4.39 | 10.87 | - |
| YUV | 60.95 | 146.09 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 93 | 0.12 | 0.53 | 0 | 0.64 | 286.53 | 0.36 | 0.27 |
| Hex | 52 | 2C | 5D | C | 35 | 0 | 40 | 11F | 24 | 1B |
| Octal | 122 | 54 | 135 | 14 | 65 | 0 | 100 | 437 | 44 | 33 |
| Binary | 1010010 | 101100 | 1011101 | 1100 | 110101 | 0 | 1000000 | 100011111 | 100100 | 11011 |
Color Harmonies of #522C5D
Complementary color
Monochromatic Colors of #522C5D
Black with #522C5D
Text Example
Text Example
White with #522C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C5D; }
p { color: rgb(82,44,93); }
H1.HeaderClassName
{
color: #522C5D;
}
.AnyTagClassName
{
color: #522C5D;
}
</style>
background-color css
<style>
a { background-color: #522C5D; }
a { background-color: rgb(82,44,93); }
div.DivClassName
{
background-color: #522C5D;
}
.BgClassName
{
background-color: #522C5D;
}
</style>
border-color css
<style>
span { border-color: #522C5D; }
span { border-color: rgb(82,44,93); }
td.TdClassName
{
border-color: #522C5D;
}
.TagClassName
{
border-color: #522C5D;
}
</style>