Shades of Loulou #511E45
Tints of Loulou #511E45
RGB
CMYK
RGB Variations
Color information
#511E45 (or 0x511E45) is known color: Loulou. HEX triplet: 51, 1E and 45. RGB value is (81,30,69). Sum of RGB (Red+Green+Blue) = 81+30+69=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #511E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E45 is #AEE1BA. Grayscale: #313131. Windows color (decimal): -11461051 or 4529745. OLE color: 4529745.
HSL color Cylindrical-coordinate representation of color #511E45: hue angle of 314.12º 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 #511E45 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 30 | 69 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.68 |
| HSL | 314.12º | 0.46% | 0.22% | - |
| HSV(B) | 314.12º | 0.63% | 0.32% | - |
| XYZ | 4.93 | 3.11 | 5.97 | - |
| YUV | 49.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 69 | 0 | 0.63 | 0.15 | 0.68 | 314.12 | 0.46 | 0.22 |
| Hex | 51 | 1E | 45 | 0 | 3F | F | 44 | 13A | 2E | 16 |
| Octal | 121 | 36 | 105 | 0 | 77 | 17 | 104 | 472 | 56 | 26 |
| Binary | 1010001 | 11110 | 1000101 | 0 | 111111 | 1111 | 1000100 | 100111010 | 101110 | 10110 |
Color Harmonies of #511E45
Complementary color
Monochromatic Colors of #511E45
Black with #511E45
Text Example
Text Example
White with #511E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E45; }
p { color: rgb(81,30,69); }
H1.HeaderClassName
{
color: #511E45;
}
.AnyTagClassName
{
color: #511E45;
}
</style>
background-color css
<style>
a { background-color: #511E45; }
a { background-color: rgb(81,30,69); }
div.DivClassName
{
background-color: #511E45;
}
.BgClassName
{
background-color: #511E45;
}
</style>
border-color css
<style>
span { border-color: #511E45; }
span { border-color: rgb(81,30,69); }
td.TdClassName
{
border-color: #511E45;
}
.TagClassName
{
border-color: #511E45;
}
</style>