Shades of Loulou #511F4D
Tints of Loulou #511F4D
RGB
CMYK
RGB Variations
Color information
#511F4D (or 0x511F4D) is known color: Loulou. HEX triplet: 51, 1F and 4D. RGB value is (81,31,77). Sum of RGB (Red+Green+Blue) = 81+31+77=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #511F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511F4D is #AEE0B2. Grayscale: #333333. Windows color (decimal): -11460787 or 5054289. OLE color: 5054289.
HSL color Cylindrical-coordinate representation of color #511F4D: hue angle of 304.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #511F4D is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 31 | 77 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.68 |
| HSL | 304.8º | 0.45% | 0.22% | - |
| HSV(B) | 304.8º | 0.62% | 0.32% | - |
| XYZ | 5.22 | 3.27 | 7.38 | - |
| YUV | 51.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 77 | 0 | 0.62 | 0.05 | 0.68 | 304.8 | 0.45 | 0.22 |
| Hex | 51 | 1F | 4D | 0 | 3E | 5 | 44 | 131 | 2D | 16 |
| Octal | 121 | 37 | 115 | 0 | 76 | 5 | 104 | 461 | 55 | 26 |
| Binary | 1010001 | 11111 | 1001101 | 0 | 111110 | 101 | 1000100 | 100110001 | 101101 | 10110 |
Color Harmonies of #511F4D
Complementary color
Monochromatic Colors of #511F4D
Black with #511F4D
Text Example
Text Example
White with #511F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F4D; }
p { color: rgb(81,31,77); }
H1.HeaderClassName
{
color: #511F4D;
}
.AnyTagClassName
{
color: #511F4D;
}
</style>
background-color css
<style>
a { background-color: #511F4D; }
a { background-color: rgb(81,31,77); }
div.DivClassName
{
background-color: #511F4D;
}
.BgClassName
{
background-color: #511F4D;
}
</style>
border-color css
<style>
span { border-color: #511F4D; }
span { border-color: rgb(81,31,77); }
td.TdClassName
{
border-color: #511F4D;
}
.TagClassName
{
border-color: #511F4D;
}
</style>