Shades of Loulou #511C49
Tints of Loulou #511C49
RGB
CMYK
RGB Variations
Color information
#511C49 (or 0x511C49) is known color: Loulou. HEX triplet: 51, 1C and 49. RGB value is (81,28,73). Sum of RGB (Red+Green+Blue) = 81+28+73=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #511C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C49 is #AEE3B6. Grayscale: #303030. Windows color (decimal): -11461559 or 4791377. OLE color: 4791377.
HSL color Cylindrical-coordinate representation of color #511C49: hue angle of 309.06º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511C49 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 28 | 73 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.68 |
| HSL | 309.06º | 0.49% | 0.21% | - |
| HSV(B) | 309.06º | 0.65% | 0.32% | - |
| XYZ | 5.01 | 3.06 | 6.63 | - |
| YUV | 48.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 73 | 0 | 0.65 | 0.10 | 0.68 | 309.06 | 0.49 | 0.21 |
| Hex | 51 | 1C | 49 | 0 | 41 | A | 44 | 135 | 31 | 15 |
| Octal | 121 | 34 | 111 | 0 | 101 | 12 | 104 | 465 | 61 | 25 |
| Binary | 1010001 | 11100 | 1001001 | 0 | 1000001 | 1010 | 1000100 | 100110101 | 110001 | 10101 |
Color Harmonies of #511C49
Complementary color
Monochromatic Colors of #511C49
Black with #511C49
Text Example
Text Example
White with #511C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C49; }
p { color: rgb(81,28,73); }
H1.HeaderClassName
{
color: #511C49;
}
.AnyTagClassName
{
color: #511C49;
}
</style>
background-color css
<style>
a { background-color: #511C49; }
a { background-color: rgb(81,28,73); }
div.DivClassName
{
background-color: #511C49;
}
.BgClassName
{
background-color: #511C49;
}
</style>
border-color css
<style>
span { border-color: #511C49; }
span { border-color: rgb(81,28,73); }
td.TdClassName
{
border-color: #511C49;
}
.TagClassName
{
border-color: #511C49;
}
</style>