Shades of Loulou #501D49
Tints of Loulou #501D49
RGB
CMYK
RGB Variations
Color information
#501D49 (or 0x501D49) is known color: Loulou. HEX triplet: 50, 1D and 49. RGB value is (80,29,73). Sum of RGB (Red+Green+Blue) = 80+29+73=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #501D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D49 is #AFE2B6. Grayscale: #313131. Windows color (decimal): -11526839 or 4791632. OLE color: 4791632.
HSL color Cylindrical-coordinate representation of color #501D49: hue angle of 308.24º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #501D49 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 73 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.69 |
| HSL | 308.24º | 0.47% | 0.21% | - |
| HSV(B) | 308.24º | 0.64% | 0.31% | - |
| XYZ | 4.95 | 3.07 | 6.63 | - |
| YUV | 49.27 | 141.4 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 73 | 0 | 0.64 | 0.09 | 0.69 | 308.24 | 0.47 | 0.21 |
| Hex | 50 | 1D | 49 | 0 | 40 | 9 | 45 | 134 | 2F | 15 |
| Octal | 120 | 35 | 111 | 0 | 100 | 11 | 105 | 464 | 57 | 25 |
| Binary | 1010000 | 11101 | 1001001 | 0 | 1000000 | 1001 | 1000101 | 100110100 | 101111 | 10101 |
Color Harmonies of #501D49
Complementary color
Monochromatic Colors of #501D49
Black with #501D49
Text Example
Text Example
White with #501D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D49; }
p { color: rgb(80,29,73); }
H1.HeaderClassName
{
color: #501D49;
}
.AnyTagClassName
{
color: #501D49;
}
</style>
background-color css
<style>
a { background-color: #501D49; }
a { background-color: rgb(80,29,73); }
div.DivClassName
{
background-color: #501D49;
}
.BgClassName
{
background-color: #501D49;
}
</style>
border-color css
<style>
span { border-color: #501D49; }
span { border-color: rgb(80,29,73); }
td.TdClassName
{
border-color: #501D49;
}
.TagClassName
{
border-color: #501D49;
}
</style>