Shades of Scarlet Gum #512660
Tints of Scarlet Gum #512660
RGB
CMYK
RGB Variations
Color information
#512660 (or 0x512660) is known color: Scarlet Gum. HEX triplet: 51, 26 and 60. RGB value is (81,38,96). Sum of RGB (Red+Green+Blue) = 81+38+96=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #512660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512660 is #AED99F. Grayscale: #393939. Windows color (decimal): -11458976 or 6301265. OLE color: 6301265.
HSL color Cylindrical-coordinate representation of color #512660: hue angle of 284.48º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512660 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 38 | 96 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.62 |
| HSL | 284.48º | 0.43% | 0.26% | - |
| HSV(B) | 284.48º | 0.6% | 0.38% | - |
| XYZ | 6.2 | 3.98 | 11.51 | - |
| YUV | 57.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 96 | 0.16 | 0.60 | 0 | 0.62 | 284.48 | 0.43 | 0.26 |
| Hex | 51 | 26 | 60 | 10 | 3C | 0 | 3E | 11C | 2B | 1A |
| Octal | 121 | 46 | 140 | 20 | 74 | 0 | 76 | 434 | 53 | 32 |
| Binary | 1010001 | 100110 | 1100000 | 10000 | 111100 | 0 | 111110 | 100011100 | 101011 | 11010 |
Color Harmonies of #512660
Complementary color
Monochromatic Colors of #512660
Black with #512660
Text Example
Text Example
White with #512660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512660; }
p { color: rgb(81,38,96); }
H1.HeaderClassName
{
color: #512660;
}
.AnyTagClassName
{
color: #512660;
}
</style>
background-color css
<style>
a { background-color: #512660; }
a { background-color: rgb(81,38,96); }
div.DivClassName
{
background-color: #512660;
}
.BgClassName
{
background-color: #512660;
}
</style>
border-color css
<style>
span { border-color: #512660; }
span { border-color: rgb(81,38,96); }
td.TdClassName
{
border-color: #512660;
}
.TagClassName
{
border-color: #512660;
}
</style>