Shades of Loulou #50234D
Tints of Loulou #50234D
RGB
CMYK
RGB Variations
Color information
#50234D (or 0x50234D) is known color: Loulou. HEX triplet: 50, 23 and 4D. RGB value is (80,35,77). Sum of RGB (Red+Green+Blue) = 80+35+77=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50234D is #AFDCB2. Grayscale: #353535. Windows color (decimal): -11525299 or 5055312. OLE color: 5055312.
HSL color Cylindrical-coordinate representation of color #50234D: hue angle of 304º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50234D is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 35 | 77 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.69 |
| HSL | 304º | 0.39% | 0.23% | - |
| HSV(B) | 304º | 0.56% | 0.31% | - |
| XYZ | 5.25 | 3.44 | 7.41 | - |
| YUV | 53.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 77 | 0 | 0.56 | 0.04 | 0.69 | 304 | 0.39 | 0.23 |
| Hex | 50 | 23 | 4D | 0 | 38 | 4 | 45 | 130 | 27 | 17 |
| Octal | 120 | 43 | 115 | 0 | 70 | 4 | 105 | 460 | 47 | 27 |
| Binary | 1010000 | 100011 | 1001101 | 0 | 111000 | 100 | 1000101 | 100110000 | 100111 | 10111 |
Color Harmonies of #50234D
Complementary color
Monochromatic Colors of #50234D
Black with #50234D
Text Example
Text Example
White with #50234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50234D; }
p { color: rgb(80,35,77); }
H1.HeaderClassName
{
color: #50234D;
}
.AnyTagClassName
{
color: #50234D;
}
</style>
background-color css
<style>
a { background-color: #50234D; }
a { background-color: rgb(80,35,77); }
div.DivClassName
{
background-color: #50234D;
}
.BgClassName
{
background-color: #50234D;
}
</style>
border-color css
<style>
span { border-color: #50234D; }
span { border-color: rgb(80,35,77); }
td.TdClassName
{
border-color: #50234D;
}
.TagClassName
{
border-color: #50234D;
}
</style>