Shades of Loulou #501F45
Tints of Loulou #501F45
RGB
CMYK
RGB Variations
Color information
#501F45 (or 0x501F45) is known color: Loulou. HEX triplet: 50, 1F and 45. RGB value is (80,31,69). Sum of RGB (Red+Green+Blue) = 80+31+69=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #501F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F45 is #AFE0BA. Grayscale: #313131. Windows color (decimal): -11526331 or 4530000. OLE color: 4530000.
HSL color Cylindrical-coordinate representation of color #501F45: hue angle of 313.47º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #501F45 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 31 | 69 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.69 |
| HSL | 313.47º | 0.44% | 0.22% | - |
| HSV(B) | 313.47º | 0.61% | 0.31% | - |
| XYZ | 4.87 | 3.12 | 5.97 | - |
| YUV | 49.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 69 | 0 | 0.61 | 0.14 | 0.69 | 313.47 | 0.44 | 0.22 |
| Hex | 50 | 1F | 45 | 0 | 3D | E | 45 | 139 | 2C | 16 |
| Octal | 120 | 37 | 105 | 0 | 75 | 16 | 105 | 471 | 54 | 26 |
| Binary | 1010000 | 11111 | 1000101 | 0 | 111101 | 1110 | 1000101 | 100111001 | 101100 | 10110 |
Color Harmonies of #501F45
Complementary color
Monochromatic Colors of #501F45
Black with #501F45
Text Example
Text Example
White with #501F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F45; }
p { color: rgb(80,31,69); }
H1.HeaderClassName
{
color: #501F45;
}
.AnyTagClassName
{
color: #501F45;
}
</style>
background-color css
<style>
a { background-color: #501F45; }
a { background-color: rgb(80,31,69); }
div.DivClassName
{
background-color: #501F45;
}
.BgClassName
{
background-color: #501F45;
}
</style>
border-color css
<style>
span { border-color: #501F45; }
span { border-color: rgb(80,31,69); }
td.TdClassName
{
border-color: #501F45;
}
.TagClassName
{
border-color: #501F45;
}
</style>