Shades of Loulou #501644
Tints of Loulou #501644
RGB
CMYK
RGB Variations
Color information
#501644 (or 0x501644) is known color: Loulou. HEX triplet: 50, 16 and 44. RGB value is (80,22,68). Sum of RGB (Red+Green+Blue) = 80+22+68=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #501644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501644 is #AFE9BB. Grayscale: #2C2C2C. Windows color (decimal): -11528636 or 4462160. OLE color: 4462160.
HSL color Cylindrical-coordinate representation of color #501644: hue angle of 312.41º 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 #501644 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 68 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.69 |
| HSL | 312.41º | 0.57% | 0.2% | - |
| HSV(B) | 312.41º | 0.73% | 0.31% | - |
| XYZ | 4.64 | 2.7 | 5.74 | - |
| YUV | 44.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 68 | 0 | 0.72 | 0.15 | 0.69 | 312.41 | 0.57 | 0.2 |
| Hex | 50 | 16 | 44 | 0 | 48 | F | 45 | 138 | 39 | 14 |
| Octal | 120 | 26 | 104 | 0 | 110 | 17 | 105 | 470 | 71 | 24 |
| Binary | 1010000 | 10110 | 1000100 | 0 | 1001000 | 1111 | 1000101 | 100111000 | 111001 | 10100 |
Color Harmonies of #501644
Complementary color
Monochromatic Colors of #501644
Black with #501644
Text Example
Text Example
White with #501644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501644; }
p { color: rgb(80,22,68); }
H1.HeaderClassName
{
color: #501644;
}
.AnyTagClassName
{
color: #501644;
}
</style>
background-color css
<style>
a { background-color: #501644; }
a { background-color: rgb(80,22,68); }
div.DivClassName
{
background-color: #501644;
}
.BgClassName
{
background-color: #501644;
}
</style>
border-color css
<style>
span { border-color: #501644; }
span { border-color: rgb(80,22,68); }
td.TdClassName
{
border-color: #501644;
}
.TagClassName
{
border-color: #501644;
}
</style>