Shades of Loulou #501D47
Tints of Loulou #501D47
RGB
CMYK
RGB Variations
Color information
#501D47 (or 0x501D47) is known color: Loulou. HEX triplet: 50, 1D and 47. RGB value is (80,29,71). Sum of RGB (Red+Green+Blue) = 80+29+71=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #501D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D47 is #AFE2B8. Grayscale: #303030. Windows color (decimal): -11526841 or 4660560. OLE color: 4660560.
HSL color Cylindrical-coordinate representation of color #501D47: hue angle of 310.59º 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 #501D47 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 71 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.69 |
| HSL | 310.59º | 0.47% | 0.21% | - |
| HSV(B) | 310.59º | 0.64% | 0.31% | - |
| XYZ | 4.88 | 3.04 | 6.29 | - |
| YUV | 49.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 71 | 0 | 0.64 | 0.11 | 0.69 | 310.59 | 0.47 | 0.21 |
| Hex | 50 | 1D | 47 | 0 | 40 | B | 45 | 137 | 2F | 15 |
| Octal | 120 | 35 | 107 | 0 | 100 | 13 | 105 | 467 | 57 | 25 |
| Binary | 1010000 | 11101 | 1000111 | 0 | 1000000 | 1011 | 1000101 | 100110111 | 101111 | 10101 |
Color Harmonies of #501D47
Complementary color
Monochromatic Colors of #501D47
Black with #501D47
Text Example
Text Example
White with #501D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D47; }
p { color: rgb(80,29,71); }
H1.HeaderClassName
{
color: #501D47;
}
.AnyTagClassName
{
color: #501D47;
}
</style>
background-color css
<style>
a { background-color: #501D47; }
a { background-color: rgb(80,29,71); }
div.DivClassName
{
background-color: #501D47;
}
.BgClassName
{
background-color: #501D47;
}
</style>
border-color css
<style>
span { border-color: #501D47; }
span { border-color: rgb(80,29,71); }
td.TdClassName
{
border-color: #501D47;
}
.TagClassName
{
border-color: #501D47;
}
</style>