Shades of Loulou #501842
Tints of Loulou #501842
RGB
CMYK
RGB Variations
Color information
#501842 (or 0x501842) is known color: Loulou. HEX triplet: 50, 18 and 42. RGB value is (80,24,66). Sum of RGB (Red+Green+Blue) = 80+24+66=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #501842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501842 is #AFE7BD. Grayscale: #2D2D2D. Windows color (decimal): -11528126 or 4331600. OLE color: 4331600.
HSL color Cylindrical-coordinate representation of color #501842: hue angle of 315º 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 #501842 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 66 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.69 |
| HSL | 315º | 0.54% | 0.2% | - |
| HSV(B) | 315º | 0.7% | 0.31% | - |
| XYZ | 4.62 | 2.75 | 5.44 | - |
| YUV | 45.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 66 | 0 | 0.70 | 0.17 | 0.69 | 315 | 0.54 | 0.2 |
| Hex | 50 | 18 | 42 | 0 | 46 | 11 | 45 | 13B | 36 | 14 |
| Octal | 120 | 30 | 102 | 0 | 106 | 21 | 105 | 473 | 66 | 24 |
| Binary | 1010000 | 11000 | 1000010 | 0 | 1000110 | 10001 | 1000101 | 100111011 | 110110 | 10100 |
Color Harmonies of #501842
Complementary color
Monochromatic Colors of #501842
Black with #501842
Text Example
Text Example
White with #501842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501842; }
p { color: rgb(80,24,66); }
H1.HeaderClassName
{
color: #501842;
}
.AnyTagClassName
{
color: #501842;
}
</style>
background-color css
<style>
a { background-color: #501842; }
a { background-color: rgb(80,24,66); }
div.DivClassName
{
background-color: #501842;
}
.BgClassName
{
background-color: #501842;
}
</style>
border-color css
<style>
span { border-color: #501842; }
span { border-color: rgb(80,24,66); }
td.TdClassName
{
border-color: #501842;
}
.TagClassName
{
border-color: #501842;
}
</style>