Shades of Loulou #501D45
Tints of Loulou #501D45
RGB
CMYK
RGB Variations
Color information
#501D45 (or 0x501D45) is known color: Loulou. HEX triplet: 50, 1D and 45. RGB value is (80,29,69). Sum of RGB (Red+Green+Blue) = 80+29+69=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #501D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D45 is #AFE2BA. Grayscale: #303030. Windows color (decimal): -11526843 or 4529488. OLE color: 4529488.
HSL color Cylindrical-coordinate representation of color #501D45: hue angle of 312.94º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #501D45 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 69 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.69 |
| HSL | 312.94º | 0.47% | 0.21% | - |
| HSV(B) | 312.94º | 0.64% | 0.31% | - |
| XYZ | 4.82 | 3.01 | 5.96 | - |
| YUV | 48.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 69 | 0 | 0.64 | 0.14 | 0.69 | 312.94 | 0.47 | 0.21 |
| Hex | 50 | 1D | 45 | 0 | 40 | E | 45 | 139 | 2F | 15 |
| Octal | 120 | 35 | 105 | 0 | 100 | 16 | 105 | 471 | 57 | 25 |
| Binary | 1010000 | 11101 | 1000101 | 0 | 1000000 | 1110 | 1000101 | 100111001 | 101111 | 10101 |
Color Harmonies of #501D45
Complementary color
Monochromatic Colors of #501D45
Black with #501D45
Text Example
Text Example
White with #501D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D45; }
p { color: rgb(80,29,69); }
H1.HeaderClassName
{
color: #501D45;
}
.AnyTagClassName
{
color: #501D45;
}
</style>
background-color css
<style>
a { background-color: #501D45; }
a { background-color: rgb(80,29,69); }
div.DivClassName
{
background-color: #501D45;
}
.BgClassName
{
background-color: #501D45;
}
</style>
border-color css
<style>
span { border-color: #501D45; }
span { border-color: rgb(80,29,69); }
td.TdClassName
{
border-color: #501D45;
}
.TagClassName
{
border-color: #501D45;
}
</style>