Shades of Scarlet Gum #52315E
Tints of Scarlet Gum #52315E
RGB
CMYK
RGB Variations
Color information
#52315E (or 0x52315E) is known color: Scarlet Gum. HEX triplet: 52, 31 and 5E. RGB value is (82,49,94). Sum of RGB (Red+Green+Blue) = 82+49+94=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #52315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52315E is #ADCEA1. Grayscale: #3F3F3F. Windows color (decimal): -11390626 or 6173010. OLE color: 6173010.
HSL color Cylindrical-coordinate representation of color #52315E: hue angle of 284º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52315E is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 49 | 94 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.63 |
| HSL | 284º | 0.31% | 0.28% | - |
| HSV(B) | 284º | 0.48% | 0.37% | - |
| XYZ | 6.6 | 4.8 | 11.17 | - |
| YUV | 64 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 49 | 94 | 0.13 | 0.48 | 0 | 0.63 | 284 | 0.31 | 0.28 |
| Hex | 52 | 31 | 5E | D | 30 | 0 | 3F | 11C | 1F | 1C |
| Octal | 122 | 61 | 136 | 15 | 60 | 0 | 77 | 434 | 37 | 34 |
| Binary | 1010010 | 110001 | 1011110 | 1101 | 110000 | 0 | 111111 | 100011100 | 11111 | 11100 |
Color Harmonies of #52315E
Complementary color
Monochromatic Colors of #52315E
Black with #52315E
Text Example
Text Example
White with #52315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52315E; }
p { color: rgb(82,49,94); }
H1.HeaderClassName
{
color: #52315E;
}
.AnyTagClassName
{
color: #52315E;
}
</style>
background-color css
<style>
a { background-color: #52315E; }
a { background-color: rgb(82,49,94); }
div.DivClassName
{
background-color: #52315E;
}
.BgClassName
{
background-color: #52315E;
}
</style>
border-color css
<style>
span { border-color: #52315E; }
span { border-color: rgb(82,49,94); }
td.TdClassName
{
border-color: #52315E;
}
.TagClassName
{
border-color: #52315E;
}
</style>