Shades of Scarlet Gum #53206A
Tints of Scarlet Gum #53206A
RGB
CMYK
RGB Variations
Color information
#53206A (or 0x53206A) is known color: Scarlet Gum. HEX triplet: 53, 20 and 6A. RGB value is (83,32,106). Sum of RGB (Red+Green+Blue) = 83+32+106=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #53206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53206A is #ACDF95. Grayscale: #373737. Windows color (decimal): -11329430 or 6955091. OLE color: 6955091.
HSL color Cylindrical-coordinate representation of color #53206A: hue angle of 281.35º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53206A is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 32 | 106 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.58 |
| HSL | 281.35º | 0.54% | 0.27% | - |
| HSV(B) | 281.35º | 0.7% | 0.42% | - |
| XYZ | 6.69 | 3.91 | 14.04 | - |
| YUV | 55.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 106 | 0.22 | 0.70 | 0 | 0.58 | 281.35 | 0.54 | 0.27 |
| Hex | 53 | 20 | 6A | 16 | 46 | 0 | 3A | 119 | 36 | 1B |
| Octal | 123 | 40 | 152 | 26 | 106 | 0 | 72 | 431 | 66 | 33 |
| Binary | 1010011 | 100000 | 1101010 | 10110 | 1000110 | 0 | 111010 | 100011001 | 110110 | 11011 |
Color Harmonies of #53206A
Complementary color
Monochromatic Colors of #53206A
Black with #53206A
Text Example
Text Example
White with #53206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53206A; }
p { color: rgb(83,32,106); }
H1.HeaderClassName
{
color: #53206A;
}
.AnyTagClassName
{
color: #53206A;
}
</style>
background-color css
<style>
a { background-color: #53206A; }
a { background-color: rgb(83,32,106); }
div.DivClassName
{
background-color: #53206A;
}
.BgClassName
{
background-color: #53206A;
}
</style>
border-color css
<style>
span { border-color: #53206A; }
span { border-color: rgb(83,32,106); }
td.TdClassName
{
border-color: #53206A;
}
.TagClassName
{
border-color: #53206A;
}
</style>