Shades of Loulou #501743
Tints of Loulou #501743
RGB
CMYK
RGB Variations
Color information
#501743 (or 0x501743) is known color: Loulou. HEX triplet: 50, 17 and 43. RGB value is (80,23,67). Sum of RGB (Red+Green+Blue) = 80+23+67=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #501743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501743 is #AFE8BC. Grayscale: #2C2C2C. Windows color (decimal): -11528381 or 4396880. OLE color: 4396880.
HSL color Cylindrical-coordinate representation of color #501743: hue angle of 313.68º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501743 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 23 | 67 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.69 |
| HSL | 313.68º | 0.55% | 0.2% | - |
| HSV(B) | 313.68º | 0.71% | 0.31% | - |
| XYZ | 4.63 | 2.72 | 5.59 | - |
| YUV | 45.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 67 | 0 | 0.71 | 0.16 | 0.69 | 313.68 | 0.55 | 0.2 |
| Hex | 50 | 17 | 43 | 0 | 47 | 10 | 45 | 13A | 37 | 14 |
| Octal | 120 | 27 | 103 | 0 | 107 | 20 | 105 | 472 | 67 | 24 |
| Binary | 1010000 | 10111 | 1000011 | 0 | 1000111 | 10000 | 1000101 | 100111010 | 110111 | 10100 |
Color Harmonies of #501743
Complementary color
Monochromatic Colors of #501743
Black with #501743
Text Example
Text Example
White with #501743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501743; }
p { color: rgb(80,23,67); }
H1.HeaderClassName
{
color: #501743;
}
.AnyTagClassName
{
color: #501743;
}
</style>
background-color css
<style>
a { background-color: #501743; }
a { background-color: rgb(80,23,67); }
div.DivClassName
{
background-color: #501743;
}
.BgClassName
{
background-color: #501743;
}
</style>
border-color css
<style>
span { border-color: #501743; }
span { border-color: rgb(80,23,67); }
td.TdClassName
{
border-color: #501743;
}
.TagClassName
{
border-color: #501743;
}
</style>