Shades of Loulou #501145
Tints of Loulou #501145
RGB
CMYK
RGB Variations
Color information
#501145 (or 0x501145) is known color: Loulou. HEX triplet: 50, 11 and 45. RGB value is (80,17,69). Sum of RGB (Red+Green+Blue) = 80+17+69=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #501145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501145 is #AFEEBA. Grayscale: #292929. Windows color (decimal): -11529915 or 4526416. OLE color: 4526416.
HSL color Cylindrical-coordinate representation of color #501145: hue angle of 310.48º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501145 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 17 | 69 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.69 |
| HSL | 310.48º | 0.65% | 0.19% | - |
| HSV(B) | 310.48º | 0.79% | 0.31% | - |
| XYZ | 4.58 | 2.54 | 5.88 | - |
| YUV | 41.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 69 | 0 | 0.79 | 0.14 | 0.69 | 310.48 | 0.65 | 0.19 |
| Hex | 50 | 11 | 45 | 0 | 4F | E | 45 | 136 | 41 | 13 |
| Octal | 120 | 21 | 105 | 0 | 117 | 16 | 105 | 466 | 101 | 23 |
| Binary | 1010000 | 10001 | 1000101 | 0 | 1001111 | 1110 | 1000101 | 100110110 | 1000001 | 10011 |
Color Harmonies of #501145
Complementary color
Monochromatic Colors of #501145
Black with #501145
Text Example
Text Example
White with #501145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501145; }
p { color: rgb(80,17,69); }
H1.HeaderClassName
{
color: #501145;
}
.AnyTagClassName
{
color: #501145;
}
</style>
background-color css
<style>
a { background-color: #501145; }
a { background-color: rgb(80,17,69); }
div.DivClassName
{
background-color: #501145;
}
.BgClassName
{
background-color: #501145;
}
</style>
border-color css
<style>
span { border-color: #501145; }
span { border-color: rgb(80,17,69); }
td.TdClassName
{
border-color: #501145;
}
.TagClassName
{
border-color: #501145;
}
</style>