Shades of Scarlet Gum #511964
Tints of Scarlet Gum #511964
RGB
CMYK
RGB Variations
Color information
#511964 (or 0x511964) is known color: Scarlet Gum. HEX triplet: 51, 19 and 64. RGB value is (81,25,100). Sum of RGB (Red+Green+Blue) = 81+25+100=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 100 (39.45% from 255 or 48.54% from 206); Max value from RGB is 100 - color contains mainly: blue. Hex color #511964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511964 is #AEE69B. Grayscale: #323232. Windows color (decimal): -11462300 or 6560081. OLE color: 6560081.
HSL color Cylindrical-coordinate representation of color #511964: hue angle of 284.8º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511964 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 25 | 100 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.61 |
| HSL | 284.8º | 0.6% | 0.25% | - |
| HSV(B) | 284.8º | 0.75% | 0.39% | - |
| XYZ | 6.04 | 3.36 | 12.39 | - |
| YUV | 50.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 100 | 0.19 | 0.75 | 0 | 0.61 | 284.8 | 0.6 | 0.25 |
| Hex | 51 | 19 | 64 | 13 | 4B | 0 | 3D | 11D | 3C | 19 |
| Octal | 121 | 31 | 144 | 23 | 113 | 0 | 75 | 435 | 74 | 31 |
| Binary | 1010001 | 11001 | 1100100 | 10011 | 1001011 | 0 | 111101 | 100011101 | 111100 | 11001 |
Color Harmonies of #511964
Complementary color
Monochromatic Colors of #511964
Black with #511964
Text Example
Text Example
White with #511964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511964; }
p { color: rgb(81,25,100); }
H1.HeaderClassName
{
color: #511964;
}
.AnyTagClassName
{
color: #511964;
}
</style>
background-color css
<style>
a { background-color: #511964; }
a { background-color: rgb(81,25,100); }
div.DivClassName
{
background-color: #511964;
}
.BgClassName
{
background-color: #511964;
}
</style>
border-color css
<style>
span { border-color: #511964; }
span { border-color: rgb(81,25,100); }
td.TdClassName
{
border-color: #511964;
}
.TagClassName
{
border-color: #511964;
}
</style>