Shades of Loulou #511A44
Tints of Loulou #511A44
RGB
CMYK
RGB Variations
Color information
#511A44 (or 0x511A44) is known color: Loulou. HEX triplet: 51, 1A and 44. RGB value is (81,26,68). Sum of RGB (Red+Green+Blue) = 81+26+68=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #511A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A44 is #AEE5BB. Grayscale: #2F2F2F. Windows color (decimal): -11462076 or 4463185. OLE color: 4463185.
HSL color Cylindrical-coordinate representation of color #511A44: hue angle of 314.18º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511A44 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 68 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.68 |
| HSL | 314.18º | 0.51% | 0.21% | - |
| HSV(B) | 314.18º | 0.68% | 0.32% | - |
| XYZ | 4.81 | 2.91 | 5.78 | - |
| YUV | 47.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 68 | 0 | 0.68 | 0.16 | 0.68 | 314.18 | 0.51 | 0.21 |
| Hex | 51 | 1A | 44 | 0 | 44 | 10 | 44 | 13A | 33 | 15 |
| Octal | 121 | 32 | 104 | 0 | 104 | 20 | 104 | 472 | 63 | 25 |
| Binary | 1010001 | 11010 | 1000100 | 0 | 1000100 | 10000 | 1000100 | 100111010 | 110011 | 10101 |
Color Harmonies of #511A44
Complementary color
Monochromatic Colors of #511A44
Black with #511A44
Text Example
Text Example
White with #511A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A44; }
p { color: rgb(81,26,68); }
H1.HeaderClassName
{
color: #511A44;
}
.AnyTagClassName
{
color: #511A44;
}
</style>
background-color css
<style>
a { background-color: #511A44; }
a { background-color: rgb(81,26,68); }
div.DivClassName
{
background-color: #511A44;
}
.BgClassName
{
background-color: #511A44;
}
</style>
border-color css
<style>
span { border-color: #511A44; }
span { border-color: rgb(81,26,68); }
td.TdClassName
{
border-color: #511A44;
}
.TagClassName
{
border-color: #511A44;
}
</style>