Shades of Loulou #511E41
Tints of Loulou #511E41
RGB
CMYK
RGB Variations
Color information
#511E41 (or 0x511E41) is known color: Loulou. HEX triplet: 51, 1E and 41. RGB value is (81,30,65). Sum of RGB (Red+Green+Blue) = 81+30+65=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #511E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E41 is #AEE1BE. Grayscale: #313131. Windows color (decimal): -11461055 or 4267601. OLE color: 4267601.
HSL color Cylindrical-coordinate representation of color #511E41: hue angle of 318.82º 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 #511E41 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 30 | 65 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.68 |
| HSL | 318.82º | 0.46% | 0.22% | - |
| HSV(B) | 318.82º | 0.63% | 0.32% | - |
| XYZ | 4.81 | 3.06 | 5.34 | - |
| YUV | 49.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 65 | 0 | 0.63 | 0.20 | 0.68 | 318.82 | 0.46 | 0.22 |
| Hex | 51 | 1E | 41 | 0 | 3F | 14 | 44 | 13F | 2E | 16 |
| Octal | 121 | 36 | 101 | 0 | 77 | 24 | 104 | 477 | 56 | 26 |
| Binary | 1010001 | 11110 | 1000001 | 0 | 111111 | 10100 | 1000100 | 100111111 | 101110 | 10110 |
Color Harmonies of #511E41
Complementary color
Monochromatic Colors of #511E41
Black with #511E41
Text Example
Text Example
White with #511E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E41; }
p { color: rgb(81,30,65); }
H1.HeaderClassName
{
color: #511E41;
}
.AnyTagClassName
{
color: #511E41;
}
</style>
background-color css
<style>
a { background-color: #511E41; }
a { background-color: rgb(81,30,65); }
div.DivClassName
{
background-color: #511E41;
}
.BgClassName
{
background-color: #511E41;
}
</style>
border-color css
<style>
span { border-color: #511E41; }
span { border-color: rgb(81,30,65); }
td.TdClassName
{
border-color: #511E41;
}
.TagClassName
{
border-color: #511E41;
}
</style>