Shades of Loulou #50374C
Tints of Loulou #50374C
RGB
CMYK
RGB Variations
Color information
#50374C (or 0x50374C) is known color: Loulou. HEX triplet: 50, 37 and 4C. RGB value is (80,55,76). Sum of RGB (Red+Green+Blue) = 80+55+76=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #50374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50374C is #AFC8B3. Grayscale: #404040. Windows color (decimal): -11520180 or 4994896. OLE color: 4994896.
HSL color Cylindrical-coordinate representation of color #50374C: hue angle of 309.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #50374C is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 55 | 76 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.69 |
| HSL | 309.6º | 0.19% | 0.26% | - |
| HSV(B) | 309.6º | 0.31% | 0.31% | - |
| XYZ | 5.98 | 4.96 | 7.48 | - |
| YUV | 64.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 76 | 0 | 0.31 | 0.05 | 0.69 | 309.6 | 0.19 | 0.26 |
| Hex | 50 | 37 | 4C | 0 | 1F | 5 | 45 | 136 | 13 | 1A |
| Octal | 120 | 67 | 114 | 0 | 37 | 5 | 105 | 466 | 23 | 32 |
| Binary | 1010000 | 110111 | 1001100 | 0 | 11111 | 101 | 1000101 | 100110110 | 10011 | 11010 |
Color Harmonies of #50374C
Complementary color
Monochromatic Colors of #50374C
Black with #50374C
Text Example
Text Example
White with #50374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50374C; }
p { color: rgb(80,55,76); }
H1.HeaderClassName
{
color: #50374C;
}
.AnyTagClassName
{
color: #50374C;
}
</style>
background-color css
<style>
a { background-color: #50374C; }
a { background-color: rgb(80,55,76); }
div.DivClassName
{
background-color: #50374C;
}
.BgClassName
{
background-color: #50374C;
}
</style>
border-color css
<style>
span { border-color: #50374C; }
span { border-color: rgb(80,55,76); }
td.TdClassName
{
border-color: #50374C;
}
.TagClassName
{
border-color: #50374C;
}
</style>