Shades of Loulou #511D46
Tints of Loulou #511D46
RGB
CMYK
RGB Variations
Color information
#511D46 (or 0x511D46) is known color: Loulou. HEX triplet: 51, 1D and 46. RGB value is (81,29,70). Sum of RGB (Red+Green+Blue) = 81+29+70=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #511D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D46 is #AEE2B9. Grayscale: #313131. Windows color (decimal): -11461306 or 4595025. OLE color: 4595025.
HSL color Cylindrical-coordinate representation of color #511D46: hue angle of 312.69º 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 #511D46 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 29 | 70 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.68 |
| HSL | 312.69º | 0.47% | 0.22% | - |
| HSV(B) | 312.69º | 0.64% | 0.32% | - |
| XYZ | 4.94 | 3.07 | 6.13 | - |
| YUV | 49.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 70 | 0 | 0.64 | 0.14 | 0.68 | 312.69 | 0.47 | 0.22 |
| Hex | 51 | 1D | 46 | 0 | 40 | E | 44 | 139 | 2F | 16 |
| Octal | 121 | 35 | 106 | 0 | 100 | 16 | 104 | 471 | 57 | 26 |
| Binary | 1010001 | 11101 | 1000110 | 0 | 1000000 | 1110 | 1000100 | 100111001 | 101111 | 10110 |
Color Harmonies of #511D46
Complementary color
Monochromatic Colors of #511D46
Black with #511D46
Text Example
Text Example
White with #511D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511D46; }
p { color: rgb(81,29,70); }
H1.HeaderClassName
{
color: #511D46;
}
.AnyTagClassName
{
color: #511D46;
}
</style>
background-color css
<style>
a { background-color: #511D46; }
a { background-color: rgb(81,29,70); }
div.DivClassName
{
background-color: #511D46;
}
.BgClassName
{
background-color: #511D46;
}
</style>
border-color css
<style>
span { border-color: #511D46; }
span { border-color: rgb(81,29,70); }
td.TdClassName
{
border-color: #511D46;
}
.TagClassName
{
border-color: #511D46;
}
</style>