Shades of Loulou #501849
Tints of Loulou #501849
RGB
CMYK
RGB Variations
Color information
#501849 (or 0x501849) is known color: Loulou. HEX triplet: 50, 18 and 49. RGB value is (80,24,73). Sum of RGB (Red+Green+Blue) = 80+24+73=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #501849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501849 is #AFE7B6. Grayscale: #2E2E2E. Windows color (decimal): -11528119 or 4790352. OLE color: 4790352.
HSL color Cylindrical-coordinate representation of color #501849: hue angle of 307.5º 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 #501849 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 73 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.69 |
| HSL | 307.5º | 0.54% | 0.2% | - |
| HSV(B) | 307.5º | 0.7% | 0.31% | - |
| XYZ | 4.84 | 2.84 | 6.6 | - |
| YUV | 46.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 73 | 0 | 0.70 | 0.09 | 0.69 | 307.5 | 0.54 | 0.2 |
| Hex | 50 | 18 | 49 | 0 | 46 | 9 | 45 | 134 | 36 | 14 |
| Octal | 120 | 30 | 111 | 0 | 106 | 11 | 105 | 464 | 66 | 24 |
| Binary | 1010000 | 11000 | 1001001 | 0 | 1000110 | 1001 | 1000101 | 100110100 | 110110 | 10100 |
Color Harmonies of #501849
Complementary color
Monochromatic Colors of #501849
Black with #501849
Text Example
Text Example
White with #501849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501849; }
p { color: rgb(80,24,73); }
H1.HeaderClassName
{
color: #501849;
}
.AnyTagClassName
{
color: #501849;
}
</style>
background-color css
<style>
a { background-color: #501849; }
a { background-color: rgb(80,24,73); }
div.DivClassName
{
background-color: #501849;
}
.BgClassName
{
background-color: #501849;
}
</style>
border-color css
<style>
span { border-color: #501849; }
span { border-color: rgb(80,24,73); }
td.TdClassName
{
border-color: #501849;
}
.TagClassName
{
border-color: #501849;
}
</style>