Shades of Loulou #50184A
Tints of Loulou #50184A
RGB
CMYK
RGB Variations
Color information
#50184A (or 0x50184A) is known color: Loulou. HEX triplet: 50, 18 and 4A. RGB value is (80,24,74). Sum of RGB (Red+Green+Blue) = 80+24+74=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50184A is #AFE7B5. Grayscale: #2E2E2E. Windows color (decimal): -11528118 or 4855888. OLE color: 4855888.
HSL color Cylindrical-coordinate representation of color #50184A: hue angle of 306.43º 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 #50184A is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 74 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.69 |
| HSL | 306.43º | 0.54% | 0.2% | - |
| HSV(B) | 306.43º | 0.7% | 0.31% | - |
| XYZ | 4.87 | 2.85 | 6.77 | - |
| YUV | 46.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 74 | 0 | 0.70 | 0.08 | 0.69 | 306.43 | 0.54 | 0.2 |
| Hex | 50 | 18 | 4A | 0 | 46 | 8 | 45 | 132 | 36 | 14 |
| Octal | 120 | 30 | 112 | 0 | 106 | 10 | 105 | 462 | 66 | 24 |
| Binary | 1010000 | 11000 | 1001010 | 0 | 1000110 | 1000 | 1000101 | 100110010 | 110110 | 10100 |
Color Harmonies of #50184A
Complementary color
Monochromatic Colors of #50184A
Black with #50184A
Text Example
Text Example
White with #50184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50184A; }
p { color: rgb(80,24,74); }
H1.HeaderClassName
{
color: #50184A;
}
.AnyTagClassName
{
color: #50184A;
}
</style>
background-color css
<style>
a { background-color: #50184A; }
a { background-color: rgb(80,24,74); }
div.DivClassName
{
background-color: #50184A;
}
.BgClassName
{
background-color: #50184A;
}
</style>
border-color css
<style>
span { border-color: #50184A; }
span { border-color: rgb(80,24,74); }
td.TdClassName
{
border-color: #50184A;
}
.TagClassName
{
border-color: #50184A;
}
</style>