Shades of Loulou #511D49
Tints of Loulou #511D49
RGB
CMYK
RGB Variations
Color information
#511D49 (or 0x511D49) is known color: Loulou. HEX triplet: 51, 1D and 49. RGB value is (81,29,73). Sum of RGB (Red+Green+Blue) = 81+29+73=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #511D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D49 is #AEE2B6. Grayscale: #313131. Windows color (decimal): -11461303 or 4791633. OLE color: 4791633.
HSL color Cylindrical-coordinate representation of color #511D49: hue angle of 309.23º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #511D49 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 29 | 73 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.68 |
| HSL | 309.23º | 0.47% | 0.22% | - |
| HSV(B) | 309.23º | 0.64% | 0.32% | - |
| XYZ | 5.04 | 3.11 | 6.64 | - |
| YUV | 49.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 73 | 0 | 0.64 | 0.10 | 0.68 | 309.23 | 0.47 | 0.22 |
| Hex | 51 | 1D | 49 | 0 | 40 | A | 44 | 135 | 2F | 16 |
| Octal | 121 | 35 | 111 | 0 | 100 | 12 | 104 | 465 | 57 | 26 |
| Binary | 1010001 | 11101 | 1001001 | 0 | 1000000 | 1010 | 1000100 | 100110101 | 101111 | 10110 |
Color Harmonies of #511D49
Complementary color
Monochromatic Colors of #511D49
Black with #511D49
Text Example
Text Example
White with #511D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511D49; }
p { color: rgb(81,29,73); }
H1.HeaderClassName
{
color: #511D49;
}
.AnyTagClassName
{
color: #511D49;
}
</style>
background-color css
<style>
a { background-color: #511D49; }
a { background-color: rgb(81,29,73); }
div.DivClassName
{
background-color: #511D49;
}
.BgClassName
{
background-color: #511D49;
}
</style>
border-color css
<style>
span { border-color: #511D49; }
span { border-color: rgb(81,29,73); }
td.TdClassName
{
border-color: #511D49;
}
.TagClassName
{
border-color: #511D49;
}
</style>