Shades of Scarlet Gum #511E5E
Tints of Scarlet Gum #511E5E
RGB
CMYK
RGB Variations
Color information
#511E5E (or 0x511E5E) is known color: Scarlet Gum. HEX triplet: 51, 1E and 5E. RGB value is (81,30,94). Sum of RGB (Red+Green+Blue) = 81+30+94=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #511E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511E5E is #AEE1A1. Grayscale: #343434. Windows color (decimal): -11461026 or 6168145. OLE color: 6168145.
HSL color Cylindrical-coordinate representation of color #511E5E: hue angle of 287.81º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511E5E is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 30 | 94 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.63 |
| HSL | 287.81º | 0.52% | 0.24% | - |
| HSV(B) | 287.81º | 0.68% | 0.37% | - |
| XYZ | 5.88 | 3.49 | 10.95 | - |
| YUV | 52.55 | 151.4 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 94 | 0.14 | 0.68 | 0 | 0.63 | 287.81 | 0.52 | 0.24 |
| Hex | 51 | 1E | 5E | E | 44 | 0 | 3F | 120 | 34 | 18 |
| Octal | 121 | 36 | 136 | 16 | 104 | 0 | 77 | 440 | 64 | 30 |
| Binary | 1010001 | 11110 | 1011110 | 1110 | 1000100 | 0 | 111111 | 100100000 | 110100 | 11000 |
Color Harmonies of #511E5E
Complementary color
Monochromatic Colors of #511E5E
Black with #511E5E
Text Example
Text Example
White with #511E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E5E; }
p { color: rgb(81,30,94); }
H1.HeaderClassName
{
color: #511E5E;
}
.AnyTagClassName
{
color: #511E5E;
}
</style>
background-color css
<style>
a { background-color: #511E5E; }
a { background-color: rgb(81,30,94); }
div.DivClassName
{
background-color: #511E5E;
}
.BgClassName
{
background-color: #511E5E;
}
</style>
border-color css
<style>
span { border-color: #511E5E; }
span { border-color: rgb(81,30,94); }
td.TdClassName
{
border-color: #511E5E;
}
.TagClassName
{
border-color: #511E5E;
}
</style>