Shades of Scarlet Gum #523362
Tints of Scarlet Gum #523362
RGB
CMYK
RGB Variations
Color information
#523362 (or 0x523362) is known color: Scarlet Gum. HEX triplet: 52, 33 and 62. RGB value is (82,51,98). Sum of RGB (Red+Green+Blue) = 82+51+98=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #523362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523362 is #ADCC9D. Grayscale: #414141. Windows color (decimal): -11390110 or 6435666. OLE color: 6435666.
HSL color Cylindrical-coordinate representation of color #523362: hue angle of 279.57º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #523362 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 51 | 98 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.62 |
| HSL | 279.57º | 0.32% | 0.29% | - |
| HSV(B) | 279.57º | 0.48% | 0.38% | - |
| XYZ | 6.87 | 5.04 | 12.17 | - |
| YUV | 65.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 98 | 0.16 | 0.48 | 0 | 0.62 | 279.57 | 0.32 | 0.29 |
| Hex | 52 | 33 | 62 | 10 | 30 | 0 | 3E | 118 | 20 | 1D |
| Octal | 122 | 63 | 142 | 20 | 60 | 0 | 76 | 430 | 40 | 35 |
| Binary | 1010010 | 110011 | 1100010 | 10000 | 110000 | 0 | 111110 | 100011000 | 100000 | 11101 |
Color Harmonies of #523362
Complementary color
Monochromatic Colors of #523362
Black with #523362
Text Example
Text Example
White with #523362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523362; }
p { color: rgb(82,51,98); }
H1.HeaderClassName
{
color: #523362;
}
.AnyTagClassName
{
color: #523362;
}
</style>
background-color css
<style>
a { background-color: #523362; }
a { background-color: rgb(82,51,98); }
div.DivClassName
{
background-color: #523362;
}
.BgClassName
{
background-color: #523362;
}
</style>
border-color css
<style>
span { border-color: #523362; }
span { border-color: rgb(82,51,98); }
td.TdClassName
{
border-color: #523362;
}
.TagClassName
{
border-color: #523362;
}
</style>