Shades of Loulou #511E42
Tints of Loulou #511E42
RGB
CMYK
RGB Variations
Color information
#511E42 (or 0x511E42) is known color: Loulou. HEX triplet: 51, 1E and 42. RGB value is (81,30,66). Sum of RGB (Red+Green+Blue) = 81+30+66=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #511E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E42 is #AEE1BD. Grayscale: #313131. Windows color (decimal): -11461054 or 4333137. OLE color: 4333137.
HSL color Cylindrical-coordinate representation of color #511E42: hue angle of 317.65º 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 #511E42 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 30 | 66 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.68 |
| HSL | 317.65º | 0.46% | 0.22% | - |
| HSV(B) | 317.65º | 0.63% | 0.32% | - |
| XYZ | 4.84 | 3.07 | 5.49 | - |
| YUV | 49.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 66 | 0 | 0.63 | 0.19 | 0.68 | 317.65 | 0.46 | 0.22 |
| Hex | 51 | 1E | 42 | 0 | 3F | 13 | 44 | 13E | 2E | 16 |
| Octal | 121 | 36 | 102 | 0 | 77 | 23 | 104 | 476 | 56 | 26 |
| Binary | 1010001 | 11110 | 1000010 | 0 | 111111 | 10011 | 1000100 | 100111110 | 101110 | 10110 |
Color Harmonies of #511E42
Complementary color
Monochromatic Colors of #511E42
Black with #511E42
Text Example
Text Example
White with #511E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E42; }
p { color: rgb(81,30,66); }
H1.HeaderClassName
{
color: #511E42;
}
.AnyTagClassName
{
color: #511E42;
}
</style>
background-color css
<style>
a { background-color: #511E42; }
a { background-color: rgb(81,30,66); }
div.DivClassName
{
background-color: #511E42;
}
.BgClassName
{
background-color: #511E42;
}
</style>
border-color css
<style>
span { border-color: #511E42; }
span { border-color: rgb(81,30,66); }
td.TdClassName
{
border-color: #511E42;
}
.TagClassName
{
border-color: #511E42;
}
</style>