Shades of Loulou #501345
Tints of Loulou #501345
RGB
CMYK
RGB Variations
Color information
#501345 (or 0x501345) is known color: Loulou. HEX triplet: 50, 13 and 45. RGB value is (80,19,69). Sum of RGB (Red+Green+Blue) = 80+19+69=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #501345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501345 is #AFECBA. Grayscale: #2A2A2A. Windows color (decimal): -11529403 or 4526928. OLE color: 4526928.
HSL color Cylindrical-coordinate representation of color #501345: hue angle of 310.82º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501345 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 69 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.69 |
| HSL | 310.82º | 0.62% | 0.19% | - |
| HSV(B) | 310.82º | 0.76% | 0.31% | - |
| XYZ | 4.62 | 2.6 | 5.89 | - |
| YUV | 42.94 | 142.71 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 69 | 0 | 0.76 | 0.14 | 0.69 | 310.82 | 0.62 | 0.19 |
| Hex | 50 | 13 | 45 | 0 | 4C | E | 45 | 137 | 3E | 13 |
| Octal | 120 | 23 | 105 | 0 | 114 | 16 | 105 | 467 | 76 | 23 |
| Binary | 1010000 | 10011 | 1000101 | 0 | 1001100 | 1110 | 1000101 | 100110111 | 111110 | 10011 |
Color Harmonies of #501345
Complementary color
Monochromatic Colors of #501345
Black with #501345
Text Example
Text Example
White with #501345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501345; }
p { color: rgb(80,19,69); }
H1.HeaderClassName
{
color: #501345;
}
.AnyTagClassName
{
color: #501345;
}
</style>
background-color css
<style>
a { background-color: #501345; }
a { background-color: rgb(80,19,69); }
div.DivClassName
{
background-color: #501345;
}
.BgClassName
{
background-color: #501345;
}
</style>
border-color css
<style>
span { border-color: #501345; }
span { border-color: rgb(80,19,69); }
td.TdClassName
{
border-color: #501345;
}
.TagClassName
{
border-color: #501345;
}
</style>