Shades of Scarlet Gum #512560
Tints of Scarlet Gum #512560
RGB
CMYK
RGB Variations
Color information
#512560 (or 0x512560) is known color: Scarlet Gum. HEX triplet: 51, 25 and 60. RGB value is (81,37,96). Sum of RGB (Red+Green+Blue) = 81+37+96=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #512560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512560 is #AEDA9F. Grayscale: #383838. Windows color (decimal): -11459232 or 6301009. OLE color: 6301009.
HSL color Cylindrical-coordinate representation of color #512560: hue angle of 284.75º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #512560 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 37 | 96 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.62 |
| HSL | 284.75º | 0.44% | 0.26% | - |
| HSV(B) | 284.75º | 0.61% | 0.38% | - |
| XYZ | 6.17 | 3.92 | 11.5 | - |
| YUV | 56.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 37 | 96 | 0.16 | 0.61 | 0 | 0.62 | 284.75 | 0.44 | 0.26 |
| Hex | 51 | 25 | 60 | 10 | 3D | 0 | 3E | 11D | 2C | 1A |
| Octal | 121 | 45 | 140 | 20 | 75 | 0 | 76 | 435 | 54 | 32 |
| Binary | 1010001 | 100101 | 1100000 | 10000 | 111101 | 0 | 111110 | 100011101 | 101100 | 11010 |
Color Harmonies of #512560
Complementary color
Monochromatic Colors of #512560
Black with #512560
Text Example
Text Example
White with #512560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512560; }
p { color: rgb(81,37,96); }
H1.HeaderClassName
{
color: #512560;
}
.AnyTagClassName
{
color: #512560;
}
</style>
background-color css
<style>
a { background-color: #512560; }
a { background-color: rgb(81,37,96); }
div.DivClassName
{
background-color: #512560;
}
.BgClassName
{
background-color: #512560;
}
</style>
border-color css
<style>
span { border-color: #512560; }
span { border-color: rgb(81,37,96); }
td.TdClassName
{
border-color: #512560;
}
.TagClassName
{
border-color: #512560;
}
</style>