Shades of Loulou #511B49
Tints of Loulou #511B49
RGB
CMYK
RGB Variations
Color information
#511B49 (or 0x511B49) is known color: Loulou. HEX triplet: 51, 1B and 49. RGB value is (81,27,73). Sum of RGB (Red+Green+Blue) = 81+27+73=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #511B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B49 is #AEE4B6. Grayscale: #303030. Windows color (decimal): -11461815 or 4791121. OLE color: 4791121.
HSL color Cylindrical-coordinate representation of color #511B49: hue angle of 308.89º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #511B49 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 27 | 73 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.68 |
| HSL | 308.89º | 0.5% | 0.21% | - |
| HSV(B) | 308.89º | 0.67% | 0.32% | - |
| XYZ | 4.99 | 3.01 | 6.62 | - |
| YUV | 48.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 73 | 0 | 0.67 | 0.10 | 0.68 | 308.89 | 0.5 | 0.21 |
| Hex | 51 | 1B | 49 | 0 | 43 | A | 44 | 135 | 32 | 15 |
| Octal | 121 | 33 | 111 | 0 | 103 | 12 | 104 | 465 | 62 | 25 |
| Binary | 1010001 | 11011 | 1001001 | 0 | 1000011 | 1010 | 1000100 | 100110101 | 110010 | 10101 |
Color Harmonies of #511B49
Complementary color
Monochromatic Colors of #511B49
Black with #511B49
Text Example
Text Example
White with #511B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511B49; }
p { color: rgb(81,27,73); }
H1.HeaderClassName
{
color: #511B49;
}
.AnyTagClassName
{
color: #511B49;
}
</style>
background-color css
<style>
a { background-color: #511B49; }
a { background-color: rgb(81,27,73); }
div.DivClassName
{
background-color: #511B49;
}
.BgClassName
{
background-color: #511B49;
}
</style>
border-color css
<style>
span { border-color: #511B49; }
span { border-color: rgb(81,27,73); }
td.TdClassName
{
border-color: #511B49;
}
.TagClassName
{
border-color: #511B49;
}
</style>