Shades of Scarlet Gum #521963
Tints of Scarlet Gum #521963
RGB
CMYK
RGB Variations
Color information
#521963 (or 0x521963) is known color: Scarlet Gum. HEX triplet: 52, 19 and 63. RGB value is (82,25,99). Sum of RGB (Red+Green+Blue) = 82+25+99=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #521963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521963 is #ADE69C. Grayscale: #323232. Windows color (decimal): -11396765 or 6494546. OLE color: 6494546.
HSL color Cylindrical-coordinate representation of color #521963: hue angle of 286.22º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #521963 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 25 | 99 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.61 |
| HSL | 286.22º | 0.6% | 0.24% | - |
| HSV(B) | 286.22º | 0.75% | 0.39% | - |
| XYZ | 6.08 | 3.39 | 12.14 | - |
| YUV | 50.48 | 155.38 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 99 | 0.17 | 0.75 | 0 | 0.61 | 286.22 | 0.6 | 0.24 |
| Hex | 52 | 19 | 63 | 11 | 4B | 0 | 3D | 11E | 3C | 18 |
| Octal | 122 | 31 | 143 | 21 | 113 | 0 | 75 | 436 | 74 | 30 |
| Binary | 1010010 | 11001 | 1100011 | 10001 | 1001011 | 0 | 111101 | 100011110 | 111100 | 11000 |
Color Harmonies of #521963
Complementary color
Monochromatic Colors of #521963
Black with #521963
Text Example
Text Example
White with #521963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521963; }
p { color: rgb(82,25,99); }
H1.HeaderClassName
{
color: #521963;
}
.AnyTagClassName
{
color: #521963;
}
</style>
background-color css
<style>
a { background-color: #521963; }
a { background-color: rgb(82,25,99); }
div.DivClassName
{
background-color: #521963;
}
.BgClassName
{
background-color: #521963;
}
</style>
border-color css
<style>
span { border-color: #521963; }
span { border-color: rgb(82,25,99); }
td.TdClassName
{
border-color: #521963;
}
.TagClassName
{
border-color: #521963;
}
</style>