Shades of Loulou #501545
Tints of Loulou #501545
RGB
CMYK
RGB Variations
Color information
#501545 (or 0x501545) is known color: Loulou. HEX triplet: 50, 15 and 45. RGB value is (80,21,69). Sum of RGB (Red+Green+Blue) = 80+21+69=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #501545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501545 is #AFEABA. Grayscale: #2B2B2B. Windows color (decimal): -11528891 or 4527440. OLE color: 4527440.
HSL color Cylindrical-coordinate representation of color #501545: hue angle of 311.19º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501545 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 69 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.69 |
| HSL | 311.19º | 0.58% | 0.2% | - |
| HSV(B) | 311.19º | 0.74% | 0.31% | - |
| XYZ | 4.65 | 2.67 | 5.9 | - |
| YUV | 44.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 69 | 0 | 0.74 | 0.14 | 0.69 | 311.19 | 0.58 | 0.2 |
| Hex | 50 | 15 | 45 | 0 | 4A | E | 45 | 137 | 3A | 14 |
| Octal | 120 | 25 | 105 | 0 | 112 | 16 | 105 | 467 | 72 | 24 |
| Binary | 1010000 | 10101 | 1000101 | 0 | 1001010 | 1110 | 1000101 | 100110111 | 111010 | 10100 |
Color Harmonies of #501545
Complementary color
Monochromatic Colors of #501545
Black with #501545
Text Example
Text Example
White with #501545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501545; }
p { color: rgb(80,21,69); }
H1.HeaderClassName
{
color: #501545;
}
.AnyTagClassName
{
color: #501545;
}
</style>
background-color css
<style>
a { background-color: #501545; }
a { background-color: rgb(80,21,69); }
div.DivClassName
{
background-color: #501545;
}
.BgClassName
{
background-color: #501545;
}
</style>
border-color css
<style>
span { border-color: #501545; }
span { border-color: rgb(80,21,69); }
td.TdClassName
{
border-color: #501545;
}
.TagClassName
{
border-color: #501545;
}
</style>