Shades of Loulou #501D42
Tints of Loulou #501D42
RGB
CMYK
RGB Variations
Color information
#501D42 (or 0x501D42) is known color: Loulou. HEX triplet: 50, 1D and 42. RGB value is (80,29,66). Sum of RGB (Red+Green+Blue) = 80+29+66=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #501D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D42 is #AFE2BD. Grayscale: #303030. Windows color (decimal): -11526846 or 4332880. OLE color: 4332880.
HSL color Cylindrical-coordinate representation of color #501D42: hue angle of 316.47º 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 #501D42 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 66 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.69 |
| HSL | 316.47º | 0.47% | 0.21% | - |
| HSV(B) | 316.47º | 0.64% | 0.31% | - |
| XYZ | 4.73 | 2.98 | 5.48 | - |
| YUV | 48.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 66 | 0 | 0.64 | 0.17 | 0.69 | 316.47 | 0.47 | 0.21 |
| Hex | 50 | 1D | 42 | 0 | 40 | 11 | 45 | 13C | 2F | 15 |
| Octal | 120 | 35 | 102 | 0 | 100 | 21 | 105 | 474 | 57 | 25 |
| Binary | 1010000 | 11101 | 1000010 | 0 | 1000000 | 10001 | 1000101 | 100111100 | 101111 | 10101 |
Color Harmonies of #501D42
Complementary color
Monochromatic Colors of #501D42
Black with #501D42
Text Example
Text Example
White with #501D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D42; }
p { color: rgb(80,29,66); }
H1.HeaderClassName
{
color: #501D42;
}
.AnyTagClassName
{
color: #501D42;
}
</style>
background-color css
<style>
a { background-color: #501D42; }
a { background-color: rgb(80,29,66); }
div.DivClassName
{
background-color: #501D42;
}
.BgClassName
{
background-color: #501D42;
}
</style>
border-color css
<style>
span { border-color: #501D42; }
span { border-color: rgb(80,29,66); }
td.TdClassName
{
border-color: #501D42;
}
.TagClassName
{
border-color: #501D42;
}
</style>