Shades of Scarlet Gum #522D65
Tints of Scarlet Gum #522D65
RGB
CMYK
RGB Variations
Color information
#522D65 (or 0x522D65) is known color: Scarlet Gum. HEX triplet: 52, 2D and 65. RGB value is (82,45,101). Sum of RGB (Red+Green+Blue) = 82+45+101=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #522D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522D65 is #ADD29A. Grayscale: #3E3E3E. Windows color (decimal): -11391643 or 6630738. OLE color: 6630738.
HSL color Cylindrical-coordinate representation of color #522D65: hue angle of 279.64º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #522D65 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 45 | 101 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.60 |
| HSL | 279.64º | 0.38% | 0.29% | - |
| HSV(B) | 279.64º | 0.55% | 0.4% | - |
| XYZ | 6.77 | 4.61 | 12.85 | - |
| YUV | 62.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 101 | 0.19 | 0.55 | 0 | 0.60 | 279.64 | 0.38 | 0.29 |
| Hex | 52 | 2D | 65 | 13 | 37 | 0 | 3C | 118 | 26 | 1D |
| Octal | 122 | 55 | 145 | 23 | 67 | 0 | 74 | 430 | 46 | 35 |
| Binary | 1010010 | 101101 | 1100101 | 10011 | 110111 | 0 | 111100 | 100011000 | 100110 | 11101 |
Color Harmonies of #522D65
Complementary color
Monochromatic Colors of #522D65
Black with #522D65
Text Example
Text Example
White with #522D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522D65; }
p { color: rgb(82,45,101); }
H1.HeaderClassName
{
color: #522D65;
}
.AnyTagClassName
{
color: #522D65;
}
</style>
background-color css
<style>
a { background-color: #522D65; }
a { background-color: rgb(82,45,101); }
div.DivClassName
{
background-color: #522D65;
}
.BgClassName
{
background-color: #522D65;
}
</style>
border-color css
<style>
span { border-color: #522D65; }
span { border-color: rgb(82,45,101); }
td.TdClassName
{
border-color: #522D65;
}
.TagClassName
{
border-color: #522D65;
}
</style>