Shades of Loulou #50324D
Tints of Loulou #50324D
RGB
CMYK
RGB Variations
Color information
#50324D (or 0x50324D) is known color: Loulou. HEX triplet: 50, 32 and 4D. RGB value is (80,50,77). Sum of RGB (Red+Green+Blue) = 80+50+77=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #50324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50324D is #AFCDB2. Grayscale: #3D3D3D. Windows color (decimal): -11521459 or 5059152. OLE color: 5059152.
HSL color Cylindrical-coordinate representation of color #50324D: hue angle of 306º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50324D is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 50 | 77 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.69 |
| HSL | 306º | 0.23% | 0.25% | - |
| HSV(B) | 306º | 0.38% | 0.31% | - |
| XYZ | 5.79 | 4.52 | 7.59 | - |
| YUV | 62.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 77 | 0 | 0.37 | 0.04 | 0.69 | 306 | 0.23 | 0.25 |
| Hex | 50 | 32 | 4D | 0 | 25 | 4 | 45 | 132 | 17 | 19 |
| Octal | 120 | 62 | 115 | 0 | 45 | 4 | 105 | 462 | 27 | 31 |
| Binary | 1010000 | 110010 | 1001101 | 0 | 100101 | 100 | 1000101 | 100110010 | 10111 | 11001 |
Color Harmonies of #50324D
Complementary color
Monochromatic Colors of #50324D
Black with #50324D
Text Example
Text Example
White with #50324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50324D; }
p { color: rgb(80,50,77); }
H1.HeaderClassName
{
color: #50324D;
}
.AnyTagClassName
{
color: #50324D;
}
</style>
background-color css
<style>
a { background-color: #50324D; }
a { background-color: rgb(80,50,77); }
div.DivClassName
{
background-color: #50324D;
}
.BgClassName
{
background-color: #50324D;
}
</style>
border-color css
<style>
span { border-color: #50324D; }
span { border-color: rgb(80,50,77); }
td.TdClassName
{
border-color: #50324D;
}
.TagClassName
{
border-color: #50324D;
}
</style>