Shades of Loulou #501E49
Tints of Loulou #501E49
RGB
CMYK
RGB Variations
Color information
#501E49 (or 0x501E49) is known color: Loulou. HEX triplet: 50, 1E and 49. RGB value is (80,30,73). Sum of RGB (Red+Green+Blue) = 80+30+73=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #501E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E49 is #AFE1B6. Grayscale: #313131. Windows color (decimal): -11526583 or 4791888. OLE color: 4791888.
HSL color Cylindrical-coordinate representation of color #501E49: hue angle of 308.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E49 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 73 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.69 |
| HSL | 308.4º | 0.45% | 0.22% | - |
| HSV(B) | 308.4º | 0.63% | 0.31% | - |
| XYZ | 4.98 | 3.12 | 6.64 | - |
| YUV | 49.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 73 | 0 | 0.62 | 0.09 | 0.69 | 308.4 | 0.45 | 0.22 |
| Hex | 50 | 1E | 49 | 0 | 3E | 9 | 45 | 134 | 2D | 16 |
| Octal | 120 | 36 | 111 | 0 | 76 | 11 | 105 | 464 | 55 | 26 |
| Binary | 1010000 | 11110 | 1001001 | 0 | 111110 | 1001 | 1000101 | 100110100 | 101101 | 10110 |
Color Harmonies of #501E49
Complementary color
Monochromatic Colors of #501E49
Black with #501E49
Text Example
Text Example
White with #501E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E49; }
p { color: rgb(80,30,73); }
H1.HeaderClassName
{
color: #501E49;
}
.AnyTagClassName
{
color: #501E49;
}
</style>
background-color css
<style>
a { background-color: #501E49; }
a { background-color: rgb(80,30,73); }
div.DivClassName
{
background-color: #501E49;
}
.BgClassName
{
background-color: #501E49;
}
</style>
border-color css
<style>
span { border-color: #501E49; }
span { border-color: rgb(80,30,73); }
td.TdClassName
{
border-color: #501E49;
}
.TagClassName
{
border-color: #501E49;
}
</style>