Shades of Scarlet Gum #521E60
Tints of Scarlet Gum #521E60
RGB
CMYK
RGB Variations
Color information
#521E60 (or 0x521E60) is known color: Scarlet Gum. HEX triplet: 52, 1E and 60. RGB value is (82,30,96). Sum of RGB (Red+Green+Blue) = 82+30+96=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #521E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521E60 is #ADE19F. Grayscale: #343434. Windows color (decimal): -11395488 or 6299218. OLE color: 6299218.
HSL color Cylindrical-coordinate representation of color #521E60: hue angle of 287.27º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #521E60 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 30 | 96 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.62 |
| HSL | 287.27º | 0.52% | 0.25% | - |
| HSV(B) | 287.27º | 0.69% | 0.38% | - |
| XYZ | 6.06 | 3.57 | 11.44 | - |
| YUV | 53.07 | 152.23 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 96 | 0.15 | 0.69 | 0 | 0.62 | 287.27 | 0.52 | 0.25 |
| Hex | 52 | 1E | 60 | F | 45 | 0 | 3E | 11F | 34 | 19 |
| Octal | 122 | 36 | 140 | 17 | 105 | 0 | 76 | 437 | 64 | 31 |
| Binary | 1010010 | 11110 | 1100000 | 1111 | 1000101 | 0 | 111110 | 100011111 | 110100 | 11001 |
Color Harmonies of #521E60
Complementary color
Monochromatic Colors of #521E60
Black with #521E60
Text Example
Text Example
White with #521E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521E60; }
p { color: rgb(82,30,96); }
H1.HeaderClassName
{
color: #521E60;
}
.AnyTagClassName
{
color: #521E60;
}
</style>
background-color css
<style>
a { background-color: #521E60; }
a { background-color: rgb(82,30,96); }
div.DivClassName
{
background-color: #521E60;
}
.BgClassName
{
background-color: #521E60;
}
</style>
border-color css
<style>
span { border-color: #521E60; }
span { border-color: rgb(82,30,96); }
td.TdClassName
{
border-color: #521E60;
}
.TagClassName
{
border-color: #521E60;
}
</style>