Shades of Loulou #501D40
Tints of Loulou #501D40
RGB
CMYK
RGB Variations
Color information
#501D40 (or 0x501D40) is known color: Loulou. HEX triplet: 50, 1D and 40. RGB value is (80,29,64). Sum of RGB (Red+Green+Blue) = 80+29+64=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #501D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D40 is #AFE2BF. Grayscale: #303030. Windows color (decimal): -11526848 or 4201808. OLE color: 4201808.
HSL color Cylindrical-coordinate representation of color #501D40: hue angle of 318.82º 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 #501D40 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 64 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.69 |
| HSL | 318.82º | 0.47% | 0.21% | - |
| HSV(B) | 318.82º | 0.64% | 0.31% | - |
| XYZ | 4.67 | 2.95 | 5.17 | - |
| YUV | 48.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 64 | 0 | 0.64 | 0.20 | 0.69 | 318.82 | 0.47 | 0.21 |
| Hex | 50 | 1D | 40 | 0 | 40 | 14 | 45 | 13F | 2F | 15 |
| Octal | 120 | 35 | 100 | 0 | 100 | 24 | 105 | 477 | 57 | 25 |
| Binary | 1010000 | 11101 | 1000000 | 0 | 1000000 | 10100 | 1000101 | 100111111 | 101111 | 10101 |
Color Harmonies of #501D40
Complementary color
Monochromatic Colors of #501D40
Black with #501D40
Text Example
Text Example
White with #501D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D40; }
p { color: rgb(80,29,64); }
H1.HeaderClassName
{
color: #501D40;
}
.AnyTagClassName
{
color: #501D40;
}
</style>
background-color css
<style>
a { background-color: #501D40; }
a { background-color: rgb(80,29,64); }
div.DivClassName
{
background-color: #501D40;
}
.BgClassName
{
background-color: #501D40;
}
</style>
border-color css
<style>
span { border-color: #501D40; }
span { border-color: rgb(80,29,64); }
td.TdClassName
{
border-color: #501D40;
}
.TagClassName
{
border-color: #501D40;
}
</style>