Shades of Loulou #511A49
Tints of Loulou #511A49
RGB
CMYK
RGB Variations
Color information
#511A49 (or 0x511A49) is known color: Loulou. HEX triplet: 51, 1A and 49. RGB value is (81,26,73). Sum of RGB (Red+Green+Blue) = 81+26+73=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #511A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A49 is #AEE5B6. Grayscale: #2F2F2F. Windows color (decimal): -11462071 or 4790865. OLE color: 4790865.
HSL color Cylindrical-coordinate representation of color #511A49: hue angle of 308.73º 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 #511A49 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 73 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.68 |
| HSL | 308.73º | 0.51% | 0.21% | - |
| HSV(B) | 308.73º | 0.68% | 0.32% | - |
| XYZ | 4.97 | 2.97 | 6.61 | - |
| YUV | 47.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 73 | 0 | 0.68 | 0.10 | 0.68 | 308.73 | 0.51 | 0.21 |
| Hex | 51 | 1A | 49 | 0 | 44 | A | 44 | 135 | 33 | 15 |
| Octal | 121 | 32 | 111 | 0 | 104 | 12 | 104 | 465 | 63 | 25 |
| Binary | 1010001 | 11010 | 1001001 | 0 | 1000100 | 1010 | 1000100 | 100110101 | 110011 | 10101 |
Color Harmonies of #511A49
Complementary color
Monochromatic Colors of #511A49
Black with #511A49
Text Example
Text Example
White with #511A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A49; }
p { color: rgb(81,26,73); }
H1.HeaderClassName
{
color: #511A49;
}
.AnyTagClassName
{
color: #511A49;
}
</style>
background-color css
<style>
a { background-color: #511A49; }
a { background-color: rgb(81,26,73); }
div.DivClassName
{
background-color: #511A49;
}
.BgClassName
{
background-color: #511A49;
}
</style>
border-color css
<style>
span { border-color: #511A49; }
span { border-color: rgb(81,26,73); }
td.TdClassName
{
border-color: #511A49;
}
.TagClassName
{
border-color: #511A49;
}
</style>