Shades of Scarlet Gum #521D6A
Tints of Scarlet Gum #521D6A
RGB
CMYK
RGB Variations
Color information
#521D6A (or 0x521D6A) is known color: Scarlet Gum. HEX triplet: 52, 1D and 6A. RGB value is (82,29,106). Sum of RGB (Red+Green+Blue) = 82+29+106=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #521D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521D6A is #ADE295. Grayscale: #353535. Windows color (decimal): -11395734 or 6954322. OLE color: 6954322.
HSL color Cylindrical-coordinate representation of color #521D6A: hue angle of 281.3º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521D6A is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 29 | 106 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.58 |
| HSL | 281.3º | 0.57% | 0.26% | - |
| HSV(B) | 281.3º | 0.73% | 0.42% | - |
| XYZ | 6.52 | 3.71 | 14.01 | - |
| YUV | 53.63 | 157.56 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 106 | 0.23 | 0.73 | 0 | 0.58 | 281.3 | 0.57 | 0.26 |
| Hex | 52 | 1D | 6A | 17 | 49 | 0 | 3A | 119 | 39 | 1A |
| Octal | 122 | 35 | 152 | 27 | 111 | 0 | 72 | 431 | 71 | 32 |
| Binary | 1010010 | 11101 | 1101010 | 10111 | 1001001 | 0 | 111010 | 100011001 | 111001 | 11010 |
Color Harmonies of #521D6A
Complementary color
Monochromatic Colors of #521D6A
Black with #521D6A
Text Example
Text Example
White with #521D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D6A; }
p { color: rgb(82,29,106); }
H1.HeaderClassName
{
color: #521D6A;
}
.AnyTagClassName
{
color: #521D6A;
}
</style>
background-color css
<style>
a { background-color: #521D6A; }
a { background-color: rgb(82,29,106); }
div.DivClassName
{
background-color: #521D6A;
}
.BgClassName
{
background-color: #521D6A;
}
</style>
border-color css
<style>
span { border-color: #521D6A; }
span { border-color: rgb(82,29,106); }
td.TdClassName
{
border-color: #521D6A;
}
.TagClassName
{
border-color: #521D6A;
}
</style>