Shades of Scarlet Gum #511E60
Tints of Scarlet Gum #511E60
RGB
CMYK
RGB Variations
Color information
#511E60 (or 0x511E60) is known color: Scarlet Gum. HEX triplet: 51, 1E and 60. RGB value is (81,30,96). Sum of RGB (Red+Green+Blue) = 81+30+96=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #511E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511E60 is #AEE19F. Grayscale: #343434. Windows color (decimal): -11461024 or 6299217. OLE color: 6299217.
HSL color Cylindrical-coordinate representation of color #511E60: hue angle of 286.36º 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 #511E60 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 30 | 96 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.62 |
| HSL | 286.36º | 0.52% | 0.25% | - |
| HSV(B) | 286.36º | 0.69% | 0.38% | - |
| XYZ | 5.97 | 3.52 | 11.43 | - |
| YUV | 52.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 96 | 0.16 | 0.69 | 0 | 0.62 | 286.36 | 0.52 | 0.25 |
| Hex | 51 | 1E | 60 | 10 | 45 | 0 | 3E | 11E | 34 | 19 |
| Octal | 121 | 36 | 140 | 20 | 105 | 0 | 76 | 436 | 64 | 31 |
| Binary | 1010001 | 11110 | 1100000 | 10000 | 1000101 | 0 | 111110 | 100011110 | 110100 | 11001 |
Color Harmonies of #511E60
Complementary color
Monochromatic Colors of #511E60
Black with #511E60
Text Example
Text Example
White with #511E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E60; }
p { color: rgb(81,30,96); }
H1.HeaderClassName
{
color: #511E60;
}
.AnyTagClassName
{
color: #511E60;
}
</style>
background-color css
<style>
a { background-color: #511E60; }
a { background-color: rgb(81,30,96); }
div.DivClassName
{
background-color: #511E60;
}
.BgClassName
{
background-color: #511E60;
}
</style>
border-color css
<style>
span { border-color: #511E60; }
span { border-color: rgb(81,30,96); }
td.TdClassName
{
border-color: #511E60;
}
.TagClassName
{
border-color: #511E60;
}
</style>