Shades of Scarlet Gum #52315F
Tints of Scarlet Gum #52315F
RGB
CMYK
RGB Variations
Color information
#52315F (or 0x52315F) is known color: Scarlet Gum. HEX triplet: 52, 31 and 5F. RGB value is (82,49,95). Sum of RGB (Red+Green+Blue) = 82+49+95=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #52315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52315F is #ADCEA0. Grayscale: #3F3F3F. Windows color (decimal): -11390625 or 6238546. OLE color: 6238546.
HSL color Cylindrical-coordinate representation of color #52315F: hue angle of 283.04º degrees, saturation: 0.32, 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 #52315F is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 49 | 95 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.63 |
| HSL | 283.04º | 0.32% | 0.28% | - |
| HSV(B) | 283.04º | 0.48% | 0.37% | - |
| XYZ | 6.64 | 4.82 | 11.41 | - |
| YUV | 64.11 | 145.43 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 49 | 95 | 0.14 | 0.48 | 0 | 0.63 | 283.04 | 0.32 | 0.28 |
| Hex | 52 | 31 | 5F | E | 30 | 0 | 3F | 11B | 20 | 1C |
| Octal | 122 | 61 | 137 | 16 | 60 | 0 | 77 | 433 | 40 | 34 |
| Binary | 1010010 | 110001 | 1011111 | 1110 | 110000 | 0 | 111111 | 100011011 | 100000 | 11100 |
Color Harmonies of #52315F
Complementary color
Monochromatic Colors of #52315F
Black with #52315F
Text Example
Text Example
White with #52315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52315F; }
p { color: rgb(82,49,95); }
H1.HeaderClassName
{
color: #52315F;
}
.AnyTagClassName
{
color: #52315F;
}
</style>
background-color css
<style>
a { background-color: #52315F; }
a { background-color: rgb(82,49,95); }
div.DivClassName
{
background-color: #52315F;
}
.BgClassName
{
background-color: #52315F;
}
</style>
border-color css
<style>
span { border-color: #52315F; }
span { border-color: rgb(82,49,95); }
td.TdClassName
{
border-color: #52315F;
}
.TagClassName
{
border-color: #52315F;
}
</style>