Shades of Scarlet Gum #521B6A
Tints of Scarlet Gum #521B6A
RGB
CMYK
RGB Variations
Color information
#521B6A (or 0x521B6A) is known color: Scarlet Gum. HEX triplet: 52, 1B and 6A. RGB value is (82,27,106). Sum of RGB (Red+Green+Blue) = 82+27+106=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #521B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B6A is #ADE495. Grayscale: #343434. Windows color (decimal): -11396246 or 6953810. OLE color: 6953810.
HSL color Cylindrical-coordinate representation of color #521B6A: hue angle of 281.77º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #521B6A is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 27 | 106 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.58 |
| HSL | 281.77º | 0.59% | 0.26% | - |
| HSV(B) | 281.77º | 0.75% | 0.42% | - |
| XYZ | 6.47 | 3.62 | 13.99 | - |
| YUV | 52.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 106 | 0.23 | 0.75 | 0 | 0.58 | 281.77 | 0.59 | 0.26 |
| Hex | 52 | 1B | 6A | 17 | 4B | 0 | 3A | 11A | 3B | 1A |
| Octal | 122 | 33 | 152 | 27 | 113 | 0 | 72 | 432 | 73 | 32 |
| Binary | 1010010 | 11011 | 1101010 | 10111 | 1001011 | 0 | 111010 | 100011010 | 111011 | 11010 |
Color Harmonies of #521B6A
Complementary color
Monochromatic Colors of #521B6A
Black with #521B6A
Text Example
Text Example
White with #521B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B6A; }
p { color: rgb(82,27,106); }
H1.HeaderClassName
{
color: #521B6A;
}
.AnyTagClassName
{
color: #521B6A;
}
</style>
background-color css
<style>
a { background-color: #521B6A; }
a { background-color: rgb(82,27,106); }
div.DivClassName
{
background-color: #521B6A;
}
.BgClassName
{
background-color: #521B6A;
}
</style>
border-color css
<style>
span { border-color: #521B6A; }
span { border-color: rgb(82,27,106); }
td.TdClassName
{
border-color: #521B6A;
}
.TagClassName
{
border-color: #521B6A;
}
</style>