Shades of Loulou #511A4B
Tints of Loulou #511A4B
RGB
CMYK
RGB Variations
Color information
#511A4B (or 0x511A4B) is known color: Loulou. HEX triplet: 51, 1A and 4B. RGB value is (81,26,75). Sum of RGB (Red+Green+Blue) = 81+26+75=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #511A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A4B is #AEE5B4. Grayscale: #2F2F2F. Windows color (decimal): -11462069 or 4921937. OLE color: 4921937.
HSL color Cylindrical-coordinate representation of color #511A4B: hue angle of 306.55º 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 #511A4B is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 75 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.68 |
| HSL | 306.55º | 0.51% | 0.21% | - |
| HSV(B) | 306.55º | 0.68% | 0.32% | - |
| XYZ | 5.03 | 3 | 6.97 | - |
| YUV | 48.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 75 | 0 | 0.68 | 0.07 | 0.68 | 306.55 | 0.51 | 0.21 |
| Hex | 51 | 1A | 4B | 0 | 44 | 7 | 44 | 133 | 33 | 15 |
| Octal | 121 | 32 | 113 | 0 | 104 | 7 | 104 | 463 | 63 | 25 |
| Binary | 1010001 | 11010 | 1001011 | 0 | 1000100 | 111 | 1000100 | 100110011 | 110011 | 10101 |
Color Harmonies of #511A4B
Complementary color
Monochromatic Colors of #511A4B
Black with #511A4B
Text Example
Text Example
White with #511A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A4B; }
p { color: rgb(81,26,75); }
H1.HeaderClassName
{
color: #511A4B;
}
.AnyTagClassName
{
color: #511A4B;
}
</style>
background-color css
<style>
a { background-color: #511A4B; }
a { background-color: rgb(81,26,75); }
div.DivClassName
{
background-color: #511A4B;
}
.BgClassName
{
background-color: #511A4B;
}
</style>
border-color css
<style>
span { border-color: #511A4B; }
span { border-color: rgb(81,26,75); }
td.TdClassName
{
border-color: #511A4B;
}
.TagClassName
{
border-color: #511A4B;
}
</style>