Shades of Scarlet Gum #521F60
Tints of Scarlet Gum #521F60
RGB
CMYK
RGB Variations
Color information
#521F60 (or 0x521F60) is known color: Scarlet Gum. HEX triplet: 52, 1F and 60. RGB value is (82,31,96). Sum of RGB (Red+Green+Blue) = 82+31+96=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #521F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521F60 is #ADE09F. Grayscale: #353535. Windows color (decimal): -11395232 or 6299474. OLE color: 6299474.
HSL color Cylindrical-coordinate representation of color #521F60: hue angle of 287.08º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #521F60 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 31 | 96 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.62 |
| HSL | 287.08º | 0.51% | 0.25% | - |
| HSV(B) | 287.08º | 0.68% | 0.38% | - |
| XYZ | 6.08 | 3.62 | 11.44 | - |
| YUV | 53.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 96 | 0.15 | 0.68 | 0 | 0.62 | 287.08 | 0.51 | 0.25 |
| Hex | 52 | 1F | 60 | F | 44 | 0 | 3E | 11F | 33 | 19 |
| Octal | 122 | 37 | 140 | 17 | 104 | 0 | 76 | 437 | 63 | 31 |
| Binary | 1010010 | 11111 | 1100000 | 1111 | 1000100 | 0 | 111110 | 100011111 | 110011 | 11001 |
Color Harmonies of #521F60
Complementary color
Monochromatic Colors of #521F60
Black with #521F60
Text Example
Text Example
White with #521F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521F60; }
p { color: rgb(82,31,96); }
H1.HeaderClassName
{
color: #521F60;
}
.AnyTagClassName
{
color: #521F60;
}
</style>
background-color css
<style>
a { background-color: #521F60; }
a { background-color: rgb(82,31,96); }
div.DivClassName
{
background-color: #521F60;
}
.BgClassName
{
background-color: #521F60;
}
</style>
border-color css
<style>
span { border-color: #521F60; }
span { border-color: rgb(82,31,96); }
td.TdClassName
{
border-color: #521F60;
}
.TagClassName
{
border-color: #521F60;
}
</style>