Shades of Loulou #501843
Tints of Loulou #501843
RGB
CMYK
RGB Variations
Color information
#501843 (or 0x501843) is known color: Loulou. HEX triplet: 50, 18 and 43. RGB value is (80,24,67). Sum of RGB (Red+Green+Blue) = 80+24+67=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #501843 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501843 is #AFE7BC. Grayscale: #2D2D2D. Windows color (decimal): -11528125 or 4397136. OLE color: 4397136.
HSL color Cylindrical-coordinate representation of color #501843: hue angle of 313.93º 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 #501843 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 67 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.69 |
| HSL | 313.93º | 0.54% | 0.2% | - |
| HSV(B) | 313.93º | 0.7% | 0.31% | - |
| XYZ | 4.65 | 2.76 | 5.6 | - |
| YUV | 45.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 67 | 0 | 0.70 | 0.16 | 0.69 | 313.93 | 0.54 | 0.2 |
| Hex | 50 | 18 | 43 | 0 | 46 | 10 | 45 | 13A | 36 | 14 |
| Octal | 120 | 30 | 103 | 0 | 106 | 20 | 105 | 472 | 66 | 24 |
| Binary | 1010000 | 11000 | 1000011 | 0 | 1000110 | 10000 | 1000101 | 100111010 | 110110 | 10100 |
Color Harmonies of #501843
Complementary color
Monochromatic Colors of #501843
Black with #501843
Text Example
Text Example
White with #501843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501843; }
p { color: rgb(80,24,67); }
H1.HeaderClassName
{
color: #501843;
}
.AnyTagClassName
{
color: #501843;
}
</style>
background-color css
<style>
a { background-color: #501843; }
a { background-color: rgb(80,24,67); }
div.DivClassName
{
background-color: #501843;
}
.BgClassName
{
background-color: #501843;
}
</style>
border-color css
<style>
span { border-color: #501843; }
span { border-color: rgb(80,24,67); }
td.TdClassName
{
border-color: #501843;
}
.TagClassName
{
border-color: #501843;
}
</style>