Shades of Loulou #501D48
Tints of Loulou #501D48
RGB
CMYK
RGB Variations
Color information
#501D48 (or 0x501D48) is known color: Loulou. HEX triplet: 50, 1D and 48. RGB value is (80,29,72). Sum of RGB (Red+Green+Blue) = 80+29+72=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #501D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D48 is #AFE2B7. Grayscale: #313131. Windows color (decimal): -11526840 or 4726096. OLE color: 4726096.
HSL color Cylindrical-coordinate representation of color #501D48: hue angle of 309.41º 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 #501D48 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 72 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.69 |
| HSL | 309.41º | 0.47% | 0.21% | - |
| HSV(B) | 309.41º | 0.64% | 0.31% | - |
| XYZ | 4.92 | 3.05 | 6.46 | - |
| YUV | 49.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 72 | 0 | 0.64 | 0.10 | 0.69 | 309.41 | 0.47 | 0.21 |
| Hex | 50 | 1D | 48 | 0 | 40 | A | 45 | 135 | 2F | 15 |
| Octal | 120 | 35 | 110 | 0 | 100 | 12 | 105 | 465 | 57 | 25 |
| Binary | 1010000 | 11101 | 1001000 | 0 | 1000000 | 1010 | 1000101 | 100110101 | 101111 | 10101 |
Color Harmonies of #501D48
Complementary color
Monochromatic Colors of #501D48
Black with #501D48
Text Example
Text Example
White with #501D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D48; }
p { color: rgb(80,29,72); }
H1.HeaderClassName
{
color: #501D48;
}
.AnyTagClassName
{
color: #501D48;
}
</style>
background-color css
<style>
a { background-color: #501D48; }
a { background-color: rgb(80,29,72); }
div.DivClassName
{
background-color: #501D48;
}
.BgClassName
{
background-color: #501D48;
}
</style>
border-color css
<style>
span { border-color: #501D48; }
span { border-color: rgb(80,29,72); }
td.TdClassName
{
border-color: #501D48;
}
.TagClassName
{
border-color: #501D48;
}
</style>