Shades of Loulou #501944
Tints of Loulou #501944
RGB
CMYK
RGB Variations
Color information
#501944 (or 0x501944) is known color: Loulou. HEX triplet: 50, 19 and 44. RGB value is (80,25,68). Sum of RGB (Red+Green+Blue) = 80+25+68=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #501944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501944 is #AFE6BB. Grayscale: #2E2E2E. Windows color (decimal): -11527868 or 4462928. OLE color: 4462928.
HSL color Cylindrical-coordinate representation of color #501944: hue angle of 313.09º 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 #501944 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 68 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.69 |
| HSL | 313.09º | 0.52% | 0.21% | - |
| HSV(B) | 313.09º | 0.69% | 0.31% | - |
| XYZ | 4.7 | 2.82 | 5.77 | - |
| YUV | 46.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 68 | 0 | 0.69 | 0.15 | 0.69 | 313.09 | 0.52 | 0.21 |
| Hex | 50 | 19 | 44 | 0 | 45 | F | 45 | 139 | 34 | 15 |
| Octal | 120 | 31 | 104 | 0 | 105 | 17 | 105 | 471 | 64 | 25 |
| Binary | 1010000 | 11001 | 1000100 | 0 | 1000101 | 1111 | 1000101 | 100111001 | 110100 | 10101 |
Color Harmonies of #501944
Complementary color
Monochromatic Colors of #501944
Black with #501944
Text Example
Text Example
White with #501944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501944; }
p { color: rgb(80,25,68); }
H1.HeaderClassName
{
color: #501944;
}
.AnyTagClassName
{
color: #501944;
}
</style>
background-color css
<style>
a { background-color: #501944; }
a { background-color: rgb(80,25,68); }
div.DivClassName
{
background-color: #501944;
}
.BgClassName
{
background-color: #501944;
}
</style>
border-color css
<style>
span { border-color: #501944; }
span { border-color: rgb(80,25,68); }
td.TdClassName
{
border-color: #501944;
}
.TagClassName
{
border-color: #501944;
}
</style>