Shades of Scarlet Gum #521C68
Tints of Scarlet Gum #521C68
RGB
CMYK
RGB Variations
Color information
#521C68 (or 0x521C68) is known color: Scarlet Gum. HEX triplet: 52, 1C and 68. RGB value is (82,28,104). Sum of RGB (Red+Green+Blue) = 82+28+104=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #521C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521C68 is #ADE397. Grayscale: #343434. Windows color (decimal): -11395992 or 6822994. OLE color: 6822994.
HSL color Cylindrical-coordinate representation of color #521C68: hue angle of 282.63º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521C68 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 28 | 104 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.59 |
| HSL | 282.63º | 0.58% | 0.26% | - |
| HSV(B) | 282.63º | 0.73% | 0.41% | - |
| XYZ | 6.39 | 3.62 | 13.46 | - |
| YUV | 52.81 | 156.89 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 104 | 0.21 | 0.73 | 0 | 0.59 | 282.63 | 0.58 | 0.26 |
| Hex | 52 | 1C | 68 | 15 | 49 | 0 | 3B | 11B | 3A | 1A |
| Octal | 122 | 34 | 150 | 25 | 111 | 0 | 73 | 433 | 72 | 32 |
| Binary | 1010010 | 11100 | 1101000 | 10101 | 1001001 | 0 | 111011 | 100011011 | 111010 | 11010 |
Color Harmonies of #521C68
Complementary color
Monochromatic Colors of #521C68
Black with #521C68
Text Example
Text Example
White with #521C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C68; }
p { color: rgb(82,28,104); }
H1.HeaderClassName
{
color: #521C68;
}
.AnyTagClassName
{
color: #521C68;
}
</style>
background-color css
<style>
a { background-color: #521C68; }
a { background-color: rgb(82,28,104); }
div.DivClassName
{
background-color: #521C68;
}
.BgClassName
{
background-color: #521C68;
}
</style>
border-color css
<style>
span { border-color: #521C68; }
span { border-color: rgb(82,28,104); }
td.TdClassName
{
border-color: #521C68;
}
.TagClassName
{
border-color: #521C68;
}
</style>