Shades of Scarlet Gum #521462
Tints of Scarlet Gum #521462
RGB
CMYK
RGB Variations
Color information
#521462 (or 0x521462) is known color: Scarlet Gum. HEX triplet: 52, 14 and 62. RGB value is (82,20,98). Sum of RGB (Red+Green+Blue) = 82+20+98=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #521462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521462 is #ADEB9D. Grayscale: #2F2F2F. Windows color (decimal): -11398046 or 6427730. OLE color: 6427730.
HSL color Cylindrical-coordinate representation of color #521462: hue angle of 287.69º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521462 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 20 | 98 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.62 |
| HSL | 287.69º | 0.66% | 0.23% | - |
| HSV(B) | 287.69º | 0.8% | 0.38% | - |
| XYZ | 5.93 | 3.18 | 11.86 | - |
| YUV | 47.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 98 | 0.16 | 0.80 | 0 | 0.62 | 287.69 | 0.66 | 0.23 |
| Hex | 52 | 14 | 62 | 10 | 50 | 0 | 3E | 120 | 42 | 17 |
| Octal | 122 | 24 | 142 | 20 | 120 | 0 | 76 | 440 | 102 | 27 |
| Binary | 1010010 | 10100 | 1100010 | 10000 | 1010000 | 0 | 111110 | 100100000 | 1000010 | 10111 |
Color Harmonies of #521462
Complementary color
Monochromatic Colors of #521462
Black with #521462
Text Example
Text Example
White with #521462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521462; }
p { color: rgb(82,20,98); }
H1.HeaderClassName
{
color: #521462;
}
.AnyTagClassName
{
color: #521462;
}
</style>
background-color css
<style>
a { background-color: #521462; }
a { background-color: rgb(82,20,98); }
div.DivClassName
{
background-color: #521462;
}
.BgClassName
{
background-color: #521462;
}
</style>
border-color css
<style>
span { border-color: #521462; }
span { border-color: rgb(82,20,98); }
td.TdClassName
{
border-color: #521462;
}
.TagClassName
{
border-color: #521462;
}
</style>