Shades of Loulou #511E47
Tints of Loulou #511E47
RGB
CMYK
RGB Variations
Color information
#511E47 (or 0x511E47) is known color: Loulou. HEX triplet: 51, 1E and 47. RGB value is (81,30,71). Sum of RGB (Red+Green+Blue) = 81+30+71=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #511E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E47 is #AEE1B8. Grayscale: #313131. Windows color (decimal): -11461049 or 4660817. OLE color: 4660817.
HSL color Cylindrical-coordinate representation of color #511E47: hue angle of 311.76º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #511E47 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 30 | 71 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.68 |
| HSL | 311.76º | 0.46% | 0.22% | - |
| HSV(B) | 311.76º | 0.63% | 0.32% | - |
| XYZ | 4.99 | 3.13 | 6.3 | - |
| YUV | 49.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 71 | 0 | 0.63 | 0.12 | 0.68 | 311.76 | 0.46 | 0.22 |
| Hex | 51 | 1E | 47 | 0 | 3F | C | 44 | 138 | 2E | 16 |
| Octal | 121 | 36 | 107 | 0 | 77 | 14 | 104 | 470 | 56 | 26 |
| Binary | 1010001 | 11110 | 1000111 | 0 | 111111 | 1100 | 1000100 | 100111000 | 101110 | 10110 |
Color Harmonies of #511E47
Complementary color
Monochromatic Colors of #511E47
Black with #511E47
Text Example
Text Example
White with #511E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E47; }
p { color: rgb(81,30,71); }
H1.HeaderClassName
{
color: #511E47;
}
.AnyTagClassName
{
color: #511E47;
}
</style>
background-color css
<style>
a { background-color: #511E47; }
a { background-color: rgb(81,30,71); }
div.DivClassName
{
background-color: #511E47;
}
.BgClassName
{
background-color: #511E47;
}
</style>
border-color css
<style>
span { border-color: #511E47; }
span { border-color: rgb(81,30,71); }
td.TdClassName
{
border-color: #511E47;
}
.TagClassName
{
border-color: #511E47;
}
</style>