Shades of Loulou #50344D
Tints of Loulou #50344D
RGB
CMYK
RGB Variations
Color information
#50344D (or 0x50344D) is known color: Loulou. HEX triplet: 50, 34 and 4D. RGB value is (80,52,77). Sum of RGB (Red+Green+Blue) = 80+52+77=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 80 - color contains mainly: red. Hex color #50344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50344D is #AFCBB2. Grayscale: #3F3F3F. Windows color (decimal): -11520947 or 5059664. OLE color: 5059664.
HSL color Cylindrical-coordinate representation of color #50344D: hue angle of 306.43º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50344D is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 52 | 77 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.69 |
| HSL | 306.43º | 0.21% | 0.26% | - |
| HSV(B) | 306.43º | 0.35% | 0.31% | - |
| XYZ | 5.88 | 4.7 | 7.62 | - |
| YUV | 63.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 77 | 0 | 0.35 | 0.04 | 0.69 | 306.43 | 0.21 | 0.26 |
| Hex | 50 | 34 | 4D | 0 | 23 | 4 | 45 | 132 | 15 | 1A |
| Octal | 120 | 64 | 115 | 0 | 43 | 4 | 105 | 462 | 25 | 32 |
| Binary | 1010000 | 110100 | 1001101 | 0 | 100011 | 100 | 1000101 | 100110010 | 10101 | 11010 |
Color Harmonies of #50344D
Complementary color
Monochromatic Colors of #50344D
Black with #50344D
Text Example
Text Example
White with #50344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50344D; }
p { color: rgb(80,52,77); }
H1.HeaderClassName
{
color: #50344D;
}
.AnyTagClassName
{
color: #50344D;
}
</style>
background-color css
<style>
a { background-color: #50344D; }
a { background-color: rgb(80,52,77); }
div.DivClassName
{
background-color: #50344D;
}
.BgClassName
{
background-color: #50344D;
}
</style>
border-color css
<style>
span { border-color: #50344D; }
span { border-color: rgb(80,52,77); }
td.TdClassName
{
border-color: #50344D;
}
.TagClassName
{
border-color: #50344D;
}
</style>