Shades of Scarlet Gum #521061
Tints of Scarlet Gum #521061
RGB
CMYK
RGB Variations
Color information
#521061 (or 0x521061) is known color: Scarlet Gum. HEX triplet: 52, 10 and 61. RGB value is (82,16,97). Sum of RGB (Red+Green+Blue) = 82+16+97=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #521061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521061 is #ADEF9E. Grayscale: #2C2C2C. Windows color (decimal): -11399071 or 6361170. OLE color: 6361170.
HSL color Cylindrical-coordinate representation of color #521061: hue angle of 288.89º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521061 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 16 | 97 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.62 |
| HSL | 288.89º | 0.72% | 0.22% | - |
| HSV(B) | 288.89º | 0.84% | 0.38% | - |
| XYZ | 5.82 | 3.03 | 11.59 | - |
| YUV | 44.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 97 | 0.15 | 0.84 | 0 | 0.62 | 288.89 | 0.72 | 0.22 |
| Hex | 52 | 10 | 61 | F | 54 | 0 | 3E | 121 | 48 | 16 |
| Octal | 122 | 20 | 141 | 17 | 124 | 0 | 76 | 441 | 110 | 26 |
| Binary | 1010010 | 10000 | 1100001 | 1111 | 1010100 | 0 | 111110 | 100100001 | 1001000 | 10110 |
Color Harmonies of #521061
Complementary color
Monochromatic Colors of #521061
Black with #521061
Text Example
Text Example
White with #521061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521061; }
p { color: rgb(82,16,97); }
H1.HeaderClassName
{
color: #521061;
}
.AnyTagClassName
{
color: #521061;
}
</style>
background-color css
<style>
a { background-color: #521061; }
a { background-color: rgb(82,16,97); }
div.DivClassName
{
background-color: #521061;
}
.BgClassName
{
background-color: #521061;
}
</style>
border-color css
<style>
span { border-color: #521061; }
span { border-color: rgb(82,16,97); }
td.TdClassName
{
border-color: #521061;
}
.TagClassName
{
border-color: #521061;
}
</style>