Shades of Scarlet Gum #521962
Tints of Scarlet Gum #521962
RGB
CMYK
RGB Variations
Color information
#521962 (or 0x521962) is known color: Scarlet Gum. HEX triplet: 52, 19 and 62. RGB value is (82,25,98). Sum of RGB (Red+Green+Blue) = 82+25+98=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #521962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521962 is #ADE69D. Grayscale: #323232. Windows color (decimal): -11396766 or 6429010. OLE color: 6429010.
HSL color Cylindrical-coordinate representation of color #521962: hue angle of 286.85º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521962 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 25 | 98 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.62 |
| HSL | 286.85º | 0.59% | 0.24% | - |
| HSV(B) | 286.85º | 0.74% | 0.38% | - |
| XYZ | 6.03 | 3.37 | 11.89 | - |
| YUV | 50.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 98 | 0.16 | 0.74 | 0 | 0.62 | 286.85 | 0.59 | 0.24 |
| Hex | 52 | 19 | 62 | 10 | 4A | 0 | 3E | 11F | 3B | 18 |
| Octal | 122 | 31 | 142 | 20 | 112 | 0 | 76 | 437 | 73 | 30 |
| Binary | 1010010 | 11001 | 1100010 | 10000 | 1001010 | 0 | 111110 | 100011111 | 111011 | 11000 |
Color Harmonies of #521962
Complementary color
Monochromatic Colors of #521962
Black with #521962
Text Example
Text Example
White with #521962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521962; }
p { color: rgb(82,25,98); }
H1.HeaderClassName
{
color: #521962;
}
.AnyTagClassName
{
color: #521962;
}
</style>
background-color css
<style>
a { background-color: #521962; }
a { background-color: rgb(82,25,98); }
div.DivClassName
{
background-color: #521962;
}
.BgClassName
{
background-color: #521962;
}
</style>
border-color css
<style>
span { border-color: #521962; }
span { border-color: rgb(82,25,98); }
td.TdClassName
{
border-color: #521962;
}
.TagClassName
{
border-color: #521962;
}
</style>