Shades of Loulou #50184B
Tints of Loulou #50184B
RGB
CMYK
RGB Variations
Color information
#50184B (or 0x50184B) is known color: Loulou. HEX triplet: 50, 18 and 4B. RGB value is (80,24,75). Sum of RGB (Red+Green+Blue) = 80+24+75=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50184B is #AFE7B4. Grayscale: #2E2E2E. Windows color (decimal): -11528117 or 4921424. OLE color: 4921424.
HSL color Cylindrical-coordinate representation of color #50184B: hue angle of 305.36º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50184B is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 75 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.69 |
| HSL | 305.36º | 0.54% | 0.2% | - |
| HSV(B) | 305.36º | 0.7% | 0.31% | - |
| XYZ | 4.9 | 2.87 | 6.95 | - |
| YUV | 46.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 75 | 0 | 0.70 | 0.06 | 0.69 | 305.36 | 0.54 | 0.2 |
| Hex | 50 | 18 | 4B | 0 | 46 | 6 | 45 | 131 | 36 | 14 |
| Octal | 120 | 30 | 113 | 0 | 106 | 6 | 105 | 461 | 66 | 24 |
| Binary | 1010000 | 11000 | 1001011 | 0 | 1000110 | 110 | 1000101 | 100110001 | 110110 | 10100 |
Color Harmonies of #50184B
Complementary color
Monochromatic Colors of #50184B
Black with #50184B
Text Example
Text Example
White with #50184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50184B; }
p { color: rgb(80,24,75); }
H1.HeaderClassName
{
color: #50184B;
}
.AnyTagClassName
{
color: #50184B;
}
</style>
background-color css
<style>
a { background-color: #50184B; }
a { background-color: rgb(80,24,75); }
div.DivClassName
{
background-color: #50184B;
}
.BgClassName
{
background-color: #50184B;
}
</style>
border-color css
<style>
span { border-color: #50184B; }
span { border-color: rgb(80,24,75); }
td.TdClassName
{
border-color: #50184B;
}
.TagClassName
{
border-color: #50184B;
}
</style>