Shades of Loulou #501747
Tints of Loulou #501747
RGB
CMYK
RGB Variations
Color information
#501747 (or 0x501747) is known color: Loulou. HEX triplet: 50, 17 and 47. RGB value is (80,23,71). Sum of RGB (Red+Green+Blue) = 80+23+71=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #501747 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501747 is #AFE8B8. Grayscale: #2D2D2D. Windows color (decimal): -11528377 or 4659024. OLE color: 4659024.
HSL color Cylindrical-coordinate representation of color #501747: hue angle of 309.47º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501747 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 71 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.69 |
| HSL | 309.47º | 0.55% | 0.2% | - |
| HSV(B) | 309.47º | 0.71% | 0.31% | - |
| XYZ | 4.75 | 2.77 | 6.25 | - |
| YUV | 45.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 71 | 0 | 0.71 | 0.11 | 0.69 | 309.47 | 0.55 | 0.2 |
| Hex | 50 | 17 | 47 | 0 | 47 | B | 45 | 135 | 37 | 14 |
| Octal | 120 | 27 | 107 | 0 | 107 | 13 | 105 | 465 | 67 | 24 |
| Binary | 1010000 | 10111 | 1000111 | 0 | 1000111 | 1011 | 1000101 | 100110101 | 110111 | 10100 |
Color Harmonies of #501747
Complementary color
Monochromatic Colors of #501747
Black with #501747
Text Example
Text Example
White with #501747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501747; }
p { color: rgb(80,23,71); }
H1.HeaderClassName
{
color: #501747;
}
.AnyTagClassName
{
color: #501747;
}
</style>
background-color css
<style>
a { background-color: #501747; }
a { background-color: rgb(80,23,71); }
div.DivClassName
{
background-color: #501747;
}
.BgClassName
{
background-color: #501747;
}
</style>
border-color css
<style>
span { border-color: #501747; }
span { border-color: rgb(80,23,71); }
td.TdClassName
{
border-color: #501747;
}
.TagClassName
{
border-color: #501747;
}
</style>