Shades of Loulou #511F45
Tints of Loulou #511F45
RGB
CMYK
RGB Variations
Color information
#511F45 (or 0x511F45) is known color: Loulou. HEX triplet: 51, 1F and 45. RGB value is (81,31,69). Sum of RGB (Red+Green+Blue) = 81+31+69=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #511F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F45 is #AEE0BA. Grayscale: #323232. Windows color (decimal): -11460795 or 4530001. OLE color: 4530001.
HSL color Cylindrical-coordinate representation of color #511F45: hue angle of 314.4º 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 #511F45 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 31 | 69 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.68 |
| HSL | 314.4º | 0.45% | 0.22% | - |
| HSV(B) | 314.4º | 0.62% | 0.32% | - |
| XYZ | 4.96 | 3.16 | 5.98 | - |
| YUV | 50.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 69 | 0 | 0.62 | 0.15 | 0.68 | 314.4 | 0.45 | 0.22 |
| Hex | 51 | 1F | 45 | 0 | 3E | F | 44 | 13A | 2D | 16 |
| Octal | 121 | 37 | 105 | 0 | 76 | 17 | 104 | 472 | 55 | 26 |
| Binary | 1010001 | 11111 | 1000101 | 0 | 111110 | 1111 | 1000100 | 100111010 | 101101 | 10110 |
Color Harmonies of #511F45
Complementary color
Monochromatic Colors of #511F45
Black with #511F45
Text Example
Text Example
White with #511F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F45; }
p { color: rgb(81,31,69); }
H1.HeaderClassName
{
color: #511F45;
}
.AnyTagClassName
{
color: #511F45;
}
</style>
background-color css
<style>
a { background-color: #511F45; }
a { background-color: rgb(81,31,69); }
div.DivClassName
{
background-color: #511F45;
}
.BgClassName
{
background-color: #511F45;
}
</style>
border-color css
<style>
span { border-color: #511F45; }
span { border-color: rgb(81,31,69); }
td.TdClassName
{
border-color: #511F45;
}
.TagClassName
{
border-color: #511F45;
}
</style>