Shades of Scarlet Gum #523162
Tints of Scarlet Gum #523162
RGB
CMYK
RGB Variations
Color information
#523162 (or 0x523162) is known color: Scarlet Gum. HEX triplet: 52, 31 and 62. RGB value is (82,49,98). Sum of RGB (Red+Green+Blue) = 82+49+98=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #523162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523162 is #ADCE9D. Grayscale: #404040. Windows color (decimal): -11390622 or 6435154. OLE color: 6435154.
HSL color Cylindrical-coordinate representation of color #523162: hue angle of 280.41º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #523162 is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 49 | 98 | - |
| CMYK | 0.16 | 0.5 | 0 | 0.62 |
| HSL | 280.41º | 0.33% | 0.29% | - |
| HSV(B) | 280.41º | 0.5% | 0.38% | - |
| XYZ | 6.78 | 4.87 | 12.14 | - |
| YUV | 64.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 49 | 98 | 0.16 | 0.5 | 0 | 0.62 | 280.41 | 0.33 | 0.29 |
| Hex | 52 | 31 | 62 | 10 | 32 | 0 | 3E | 118 | 21 | 1D |
| Octal | 122 | 61 | 142 | 20 | 62 | 0 | 76 | 430 | 41 | 35 |
| Binary | 1010010 | 110001 | 1100010 | 10000 | 110010 | 0 | 111110 | 100011000 | 100001 | 11101 |
Color Harmonies of #523162
Complementary color
Monochromatic Colors of #523162
Black with #523162
Text Example
Text Example
White with #523162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523162; }
p { color: rgb(82,49,98); }
H1.HeaderClassName
{
color: #523162;
}
.AnyTagClassName
{
color: #523162;
}
</style>
background-color css
<style>
a { background-color: #523162; }
a { background-color: rgb(82,49,98); }
div.DivClassName
{
background-color: #523162;
}
.BgClassName
{
background-color: #523162;
}
</style>
border-color css
<style>
span { border-color: #523162; }
span { border-color: rgb(82,49,98); }
td.TdClassName
{
border-color: #523162;
}
.TagClassName
{
border-color: #523162;
}
</style>