Shades of Loulou #511246
Tints of Loulou #511246
RGB
CMYK
RGB Variations
Color information
#511246 (or 0x511246) is known color: Loulou. HEX triplet: 51, 12 and 46. RGB value is (81,18,70). Sum of RGB (Red+Green+Blue) = 81+18+70=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #511246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511246 is #AEEDB9. Grayscale: #2A2A2A. Windows color (decimal): -11464122 or 4592209. OLE color: 4592209.
HSL color Cylindrical-coordinate representation of color #511246: hue angle of 310.48º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511246 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 70 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.68 |
| HSL | 310.48º | 0.64% | 0.19% | - |
| HSV(B) | 310.48º | 0.78% | 0.32% | - |
| XYZ | 4.72 | 2.62 | 6.05 | - |
| YUV | 42.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 70 | 0 | 0.78 | 0.14 | 0.68 | 310.48 | 0.64 | 0.19 |
| Hex | 51 | 12 | 46 | 0 | 4E | E | 44 | 136 | 40 | 13 |
| Octal | 121 | 22 | 106 | 0 | 116 | 16 | 104 | 466 | 100 | 23 |
| Binary | 1010001 | 10010 | 1000110 | 0 | 1001110 | 1110 | 1000100 | 100110110 | 1000000 | 10011 |
Color Harmonies of #511246
Complementary color
Monochromatic Colors of #511246
Black with #511246
Text Example
Text Example
White with #511246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511246; }
p { color: rgb(81,18,70); }
H1.HeaderClassName
{
color: #511246;
}
.AnyTagClassName
{
color: #511246;
}
</style>
background-color css
<style>
a { background-color: #511246; }
a { background-color: rgb(81,18,70); }
div.DivClassName
{
background-color: #511246;
}
.BgClassName
{
background-color: #511246;
}
</style>
border-color css
<style>
span { border-color: #511246; }
span { border-color: rgb(81,18,70); }
td.TdClassName
{
border-color: #511246;
}
.TagClassName
{
border-color: #511246;
}
</style>