Shades of Loulou #50314D
Tints of Loulou #50314D
RGB
CMYK
RGB Variations
Color information
#50314D (or 0x50314D) is known color: Loulou. HEX triplet: 50, 31 and 4D. RGB value is (80,49,77). Sum of RGB (Red+Green+Blue) = 80+49+77=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #50314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50314D is #AFCEB2. Grayscale: #3D3D3D. Windows color (decimal): -11521715 or 5058896. OLE color: 5058896.
HSL color Cylindrical-coordinate representation of color #50314D: hue angle of 305.81º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50314D is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 49 | 77 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.69 |
| HSL | 305.81º | 0.24% | 0.25% | - |
| HSV(B) | 305.81º | 0.39% | 0.31% | - |
| XYZ | 5.75 | 4.44 | 7.57 | - |
| YUV | 61.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 77 | 0 | 0.39 | 0.04 | 0.69 | 305.81 | 0.24 | 0.25 |
| Hex | 50 | 31 | 4D | 0 | 27 | 4 | 45 | 132 | 18 | 19 |
| Octal | 120 | 61 | 115 | 0 | 47 | 4 | 105 | 462 | 30 | 31 |
| Binary | 1010000 | 110001 | 1001101 | 0 | 100111 | 100 | 1000101 | 100110010 | 11000 | 11001 |
Color Harmonies of #50314D
Complementary color
Monochromatic Colors of #50314D
Black with #50314D
Text Example
Text Example
White with #50314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50314D; }
p { color: rgb(80,49,77); }
H1.HeaderClassName
{
color: #50314D;
}
.AnyTagClassName
{
color: #50314D;
}
</style>
background-color css
<style>
a { background-color: #50314D; }
a { background-color: rgb(80,49,77); }
div.DivClassName
{
background-color: #50314D;
}
.BgClassName
{
background-color: #50314D;
}
</style>
border-color css
<style>
span { border-color: #50314D; }
span { border-color: rgb(80,49,77); }
td.TdClassName
{
border-color: #50314D;
}
.TagClassName
{
border-color: #50314D;
}
</style>