Shades of Loulou #501845
Tints of Loulou #501845
RGB
CMYK
RGB Variations
Color information
#501845 (or 0x501845) is known color: Loulou. HEX triplet: 50, 18 and 45. RGB value is (80,24,69). Sum of RGB (Red+Green+Blue) = 80+24+69=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #501845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501845 is #AFE7BA. Grayscale: #2D2D2D. Windows color (decimal): -11528123 or 4528208. OLE color: 4528208.
HSL color Cylindrical-coordinate representation of color #501845: hue angle of 311.79º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501845 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 69 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.69 |
| HSL | 311.79º | 0.54% | 0.2% | - |
| HSV(B) | 311.79º | 0.7% | 0.31% | - |
| XYZ | 4.71 | 2.79 | 5.92 | - |
| YUV | 45.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 69 | 0 | 0.70 | 0.14 | 0.69 | 311.79 | 0.54 | 0.2 |
| Hex | 50 | 18 | 45 | 0 | 46 | E | 45 | 138 | 36 | 14 |
| Octal | 120 | 30 | 105 | 0 | 106 | 16 | 105 | 470 | 66 | 24 |
| Binary | 1010000 | 11000 | 1000101 | 0 | 1000110 | 1110 | 1000101 | 100111000 | 110110 | 10100 |
Color Harmonies of #501845
Complementary color
Monochromatic Colors of #501845
Black with #501845
Text Example
Text Example
White with #501845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501845; }
p { color: rgb(80,24,69); }
H1.HeaderClassName
{
color: #501845;
}
.AnyTagClassName
{
color: #501845;
}
</style>
background-color css
<style>
a { background-color: #501845; }
a { background-color: rgb(80,24,69); }
div.DivClassName
{
background-color: #501845;
}
.BgClassName
{
background-color: #501845;
}
</style>
border-color css
<style>
span { border-color: #501845; }
span { border-color: rgb(80,24,69); }
td.TdClassName
{
border-color: #501845;
}
.TagClassName
{
border-color: #501845;
}
</style>