Shades of Scarlet Gum #522165
Tints of Scarlet Gum #522165
RGB
CMYK
RGB Variations
Color information
#522165 (or 0x522165) is known color: Scarlet Gum. HEX triplet: 52, 21 and 65. RGB value is (82,33,101). Sum of RGB (Red+Green+Blue) = 82+33+101=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #522165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522165 is #ADDE9A. Grayscale: #373737. Windows color (decimal): -11394715 or 6627666. OLE color: 6627666.
HSL color Cylindrical-coordinate representation of color #522165: hue angle of 283.24º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #522165 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 33 | 101 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.60 |
| HSL | 283.24º | 0.51% | 0.26% | - |
| HSV(B) | 283.24º | 0.67% | 0.4% | - |
| XYZ | 6.37 | 3.82 | 12.71 | - |
| YUV | 55.4 | 153.73 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 101 | 0.19 | 0.67 | 0 | 0.60 | 283.24 | 0.51 | 0.26 |
| Hex | 52 | 21 | 65 | 13 | 43 | 0 | 3C | 11B | 33 | 1A |
| Octal | 122 | 41 | 145 | 23 | 103 | 0 | 74 | 433 | 63 | 32 |
| Binary | 1010010 | 100001 | 1100101 | 10011 | 1000011 | 0 | 111100 | 100011011 | 110011 | 11010 |
Color Harmonies of #522165
Complementary color
Monochromatic Colors of #522165
Black with #522165
Text Example
Text Example
White with #522165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522165; }
p { color: rgb(82,33,101); }
H1.HeaderClassName
{
color: #522165;
}
.AnyTagClassName
{
color: #522165;
}
</style>
background-color css
<style>
a { background-color: #522165; }
a { background-color: rgb(82,33,101); }
div.DivClassName
{
background-color: #522165;
}
.BgClassName
{
background-color: #522165;
}
</style>
border-color css
<style>
span { border-color: #522165; }
span { border-color: rgb(82,33,101); }
td.TdClassName
{
border-color: #522165;
}
.TagClassName
{
border-color: #522165;
}
</style>