Shades of Loulou #501649
Tints of Loulou #501649
RGB
CMYK
RGB Variations
Color information
#501649 (or 0x501649) is known color: Loulou. HEX triplet: 50, 16 and 49. RGB value is (80,22,73). Sum of RGB (Red+Green+Blue) = 80+22+73=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #501649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501649 is #AFE9B6. Grayscale: #2D2D2D. Windows color (decimal): -11528631 or 4789840. OLE color: 4789840.
HSL color Cylindrical-coordinate representation of color #501649: hue angle of 307.24º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501649 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 73 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.69 |
| HSL | 307.24º | 0.57% | 0.2% | - |
| HSV(B) | 307.24º | 0.73% | 0.31% | - |
| XYZ | 4.8 | 2.76 | 6.58 | - |
| YUV | 45.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 73 | 0 | 0.72 | 0.09 | 0.69 | 307.24 | 0.57 | 0.2 |
| Hex | 50 | 16 | 49 | 0 | 48 | 9 | 45 | 133 | 39 | 14 |
| Octal | 120 | 26 | 111 | 0 | 110 | 11 | 105 | 463 | 71 | 24 |
| Binary | 1010000 | 10110 | 1001001 | 0 | 1001000 | 1001 | 1000101 | 100110011 | 111001 | 10100 |
Color Harmonies of #501649
Complementary color
Monochromatic Colors of #501649
Black with #501649
Text Example
Text Example
White with #501649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501649; }
p { color: rgb(80,22,73); }
H1.HeaderClassName
{
color: #501649;
}
.AnyTagClassName
{
color: #501649;
}
</style>
background-color css
<style>
a { background-color: #501649; }
a { background-color: rgb(80,22,73); }
div.DivClassName
{
background-color: #501649;
}
.BgClassName
{
background-color: #501649;
}
</style>
border-color css
<style>
span { border-color: #501649; }
span { border-color: rgb(80,22,73); }
td.TdClassName
{
border-color: #501649;
}
.TagClassName
{
border-color: #501649;
}
</style>