Shades of Loulou #511F48
Tints of Loulou #511F48
RGB
CMYK
RGB Variations
Color information
#511F48 (or 0x511F48) is known color: Loulou. HEX triplet: 51, 1F and 48. RGB value is (81,31,72). Sum of RGB (Red+Green+Blue) = 81+31+72=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #511F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F48 is #AEE0B7. Grayscale: #323232. Windows color (decimal): -11460792 or 4726609. OLE color: 4726609.
HSL color Cylindrical-coordinate representation of color #511F48: hue angle of 310.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #511F48 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 31 | 72 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.68 |
| HSL | 310.8º | 0.45% | 0.22% | - |
| HSV(B) | 310.8º | 0.62% | 0.32% | - |
| XYZ | 5.05 | 3.2 | 6.48 | - |
| YUV | 50.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 72 | 0 | 0.62 | 0.11 | 0.68 | 310.8 | 0.45 | 0.22 |
| Hex | 51 | 1F | 48 | 0 | 3E | B | 44 | 137 | 2D | 16 |
| Octal | 121 | 37 | 110 | 0 | 76 | 13 | 104 | 467 | 55 | 26 |
| Binary | 1010001 | 11111 | 1001000 | 0 | 111110 | 1011 | 1000100 | 100110111 | 101101 | 10110 |
Color Harmonies of #511F48
Complementary color
Monochromatic Colors of #511F48
Black with #511F48
Text Example
Text Example
White with #511F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F48; }
p { color: rgb(81,31,72); }
H1.HeaderClassName
{
color: #511F48;
}
.AnyTagClassName
{
color: #511F48;
}
</style>
background-color css
<style>
a { background-color: #511F48; }
a { background-color: rgb(81,31,72); }
div.DivClassName
{
background-color: #511F48;
}
.BgClassName
{
background-color: #511F48;
}
</style>
border-color css
<style>
span { border-color: #511F48; }
span { border-color: rgb(81,31,72); }
td.TdClassName
{
border-color: #511F48;
}
.TagClassName
{
border-color: #511F48;
}
</style>