Shades of Loulou #50254D
Tints of Loulou #50254D
RGB
CMYK
RGB Variations
Color information
#50254D (or 0x50254D) is known color: Loulou. HEX triplet: 50, 25 and 4D. RGB value is (80,37,77). Sum of RGB (Red+Green+Blue) = 80+37+77=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #50254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50254D is #AFDAB2. Grayscale: #363636. Windows color (decimal): -11524787 or 5055824. OLE color: 5055824.
HSL color Cylindrical-coordinate representation of color #50254D: hue angle of 304.19º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50254D is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 37 | 77 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.69 |
| HSL | 304.19º | 0.37% | 0.23% | - |
| HSV(B) | 304.19º | 0.54% | 0.31% | - |
| XYZ | 5.31 | 3.56 | 7.43 | - |
| YUV | 54.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 37 | 77 | 0 | 0.54 | 0.04 | 0.69 | 304.19 | 0.37 | 0.23 |
| Hex | 50 | 25 | 4D | 0 | 36 | 4 | 45 | 130 | 25 | 17 |
| Octal | 120 | 45 | 115 | 0 | 66 | 4 | 105 | 460 | 45 | 27 |
| Binary | 1010000 | 100101 | 1001101 | 0 | 110110 | 100 | 1000101 | 100110000 | 100101 | 10111 |
Color Harmonies of #50254D
Complementary color
Monochromatic Colors of #50254D
Black with #50254D
Text Example
Text Example
White with #50254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50254D; }
p { color: rgb(80,37,77); }
H1.HeaderClassName
{
color: #50254D;
}
.AnyTagClassName
{
color: #50254D;
}
</style>
background-color css
<style>
a { background-color: #50254D; }
a { background-color: rgb(80,37,77); }
div.DivClassName
{
background-color: #50254D;
}
.BgClassName
{
background-color: #50254D;
}
</style>
border-color css
<style>
span { border-color: #50254D; }
span { border-color: rgb(80,37,77); }
td.TdClassName
{
border-color: #50254D;
}
.TagClassName
{
border-color: #50254D;
}
</style>