Shades of Loulou #501945
Tints of Loulou #501945
RGB
CMYK
RGB Variations
Color information
#501945 (or 0x501945) is known color: Loulou. HEX triplet: 50, 19 and 45. RGB value is (80,25,69). Sum of RGB (Red+Green+Blue) = 80+25+69=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #501945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501945 is #AFE6BA. Grayscale: #2E2E2E. Windows color (decimal): -11527867 or 4528464. OLE color: 4528464.
HSL color Cylindrical-coordinate representation of color #501945: hue angle of 312º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #501945 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 69 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.69 |
| HSL | 312º | 0.52% | 0.21% | - |
| HSV(B) | 312º | 0.69% | 0.31% | - |
| XYZ | 4.73 | 2.83 | 5.93 | - |
| YUV | 46.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 69 | 0 | 0.69 | 0.14 | 0.69 | 312 | 0.52 | 0.21 |
| Hex | 50 | 19 | 45 | 0 | 45 | E | 45 | 138 | 34 | 15 |
| Octal | 120 | 31 | 105 | 0 | 105 | 16 | 105 | 470 | 64 | 25 |
| Binary | 1010000 | 11001 | 1000101 | 0 | 1000101 | 1110 | 1000101 | 100111000 | 110100 | 10101 |
Color Harmonies of #501945
Complementary color
Monochromatic Colors of #501945
Black with #501945
Text Example
Text Example
White with #501945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501945; }
p { color: rgb(80,25,69); }
H1.HeaderClassName
{
color: #501945;
}
.AnyTagClassName
{
color: #501945;
}
</style>
background-color css
<style>
a { background-color: #501945; }
a { background-color: rgb(80,25,69); }
div.DivClassName
{
background-color: #501945;
}
.BgClassName
{
background-color: #501945;
}
</style>
border-color css
<style>
span { border-color: #501945; }
span { border-color: rgb(80,25,69); }
td.TdClassName
{
border-color: #501945;
}
.TagClassName
{
border-color: #501945;
}
</style>