Shades of Loulou #511B44
Tints of Loulou #511B44
RGB
CMYK
RGB Variations
Color information
#511B44 (or 0x511B44) is known color: Loulou. HEX triplet: 51, 1B and 44. RGB value is (81,27,68). Sum of RGB (Red+Green+Blue) = 81+27+68=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #511B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B44 is #AEE4BB. Grayscale: #2F2F2F. Windows color (decimal): -11461820 or 4463441. OLE color: 4463441.
HSL color Cylindrical-coordinate representation of color #511B44: hue angle of 314.44º 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 #511B44 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 27 | 68 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.68 |
| HSL | 314.44º | 0.5% | 0.21% | - |
| HSV(B) | 314.44º | 0.67% | 0.32% | - |
| XYZ | 4.83 | 2.95 | 5.78 | - |
| YUV | 47.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 68 | 0 | 0.67 | 0.16 | 0.68 | 314.44 | 0.5 | 0.21 |
| Hex | 51 | 1B | 44 | 0 | 43 | 10 | 44 | 13A | 32 | 15 |
| Octal | 121 | 33 | 104 | 0 | 103 | 20 | 104 | 472 | 62 | 25 |
| Binary | 1010001 | 11011 | 1000100 | 0 | 1000011 | 10000 | 1000100 | 100111010 | 110010 | 10101 |
Color Harmonies of #511B44
Complementary color
Monochromatic Colors of #511B44
Black with #511B44
Text Example
Text Example
White with #511B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511B44; }
p { color: rgb(81,27,68); }
H1.HeaderClassName
{
color: #511B44;
}
.AnyTagClassName
{
color: #511B44;
}
</style>
background-color css
<style>
a { background-color: #511B44; }
a { background-color: rgb(81,27,68); }
div.DivClassName
{
background-color: #511B44;
}
.BgClassName
{
background-color: #511B44;
}
</style>
border-color css
<style>
span { border-color: #511B44; }
span { border-color: rgb(81,27,68); }
td.TdClassName
{
border-color: #511B44;
}
.TagClassName
{
border-color: #511B44;
}
</style>