Shades of Loulou #501646
Tints of Loulou #501646
RGB
CMYK
RGB Variations
Color information
#501646 (or 0x501646) is known color: Loulou. HEX triplet: 50, 16 and 46. RGB value is (80,22,70). Sum of RGB (Red+Green+Blue) = 80+22+70=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #501646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501646 is #AFE9B9. Grayscale: #2C2C2C. Windows color (decimal): -11528634 or 4593232. OLE color: 4593232.
HSL color Cylindrical-coordinate representation of color #501646: hue angle of 310.34º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501646 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 70 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.69 |
| HSL | 310.34º | 0.57% | 0.2% | - |
| HSV(B) | 310.34º | 0.73% | 0.31% | - |
| XYZ | 4.7 | 2.72 | 6.07 | - |
| YUV | 44.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 70 | 0 | 0.72 | 0.12 | 0.69 | 310.34 | 0.57 | 0.2 |
| Hex | 50 | 16 | 46 | 0 | 48 | C | 45 | 136 | 39 | 14 |
| Octal | 120 | 26 | 106 | 0 | 110 | 14 | 105 | 466 | 71 | 24 |
| Binary | 1010000 | 10110 | 1000110 | 0 | 1001000 | 1100 | 1000101 | 100110110 | 111001 | 10100 |
Color Harmonies of #501646
Complementary color
Monochromatic Colors of #501646
Black with #501646
Text Example
Text Example
White with #501646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501646; }
p { color: rgb(80,22,70); }
H1.HeaderClassName
{
color: #501646;
}
.AnyTagClassName
{
color: #501646;
}
</style>
background-color css
<style>
a { background-color: #501646; }
a { background-color: rgb(80,22,70); }
div.DivClassName
{
background-color: #501646;
}
.BgClassName
{
background-color: #501646;
}
</style>
border-color css
<style>
span { border-color: #501646; }
span { border-color: rgb(80,22,70); }
td.TdClassName
{
border-color: #501646;
}
.TagClassName
{
border-color: #501646;
}
</style>