Shades of Loulou #501B45
Tints of Loulou #501B45
RGB
CMYK
RGB Variations
Color information
#501B45 (or 0x501B45) is known color: Loulou. HEX triplet: 50, 1B and 45. RGB value is (80,27,69). Sum of RGB (Red+Green+Blue) = 80+27+69=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #501B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B45 is #AFE4BA. Grayscale: #2F2F2F. Windows color (decimal): -11527355 or 4528976. OLE color: 4528976.
HSL color Cylindrical-coordinate representation of color #501B45: hue angle of 312.45º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #501B45 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 69 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.69 |
| HSL | 312.45º | 0.5% | 0.21% | - |
| HSV(B) | 312.45º | 0.66% | 0.31% | - |
| XYZ | 4.77 | 2.92 | 5.94 | - |
| YUV | 47.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 69 | 0 | 0.66 | 0.14 | 0.69 | 312.45 | 0.5 | 0.21 |
| Hex | 50 | 1B | 45 | 0 | 42 | E | 45 | 138 | 32 | 15 |
| Octal | 120 | 33 | 105 | 0 | 102 | 16 | 105 | 470 | 62 | 25 |
| Binary | 1010000 | 11011 | 1000101 | 0 | 1000010 | 1110 | 1000101 | 100111000 | 110010 | 10101 |
Color Harmonies of #501B45
Complementary color
Monochromatic Colors of #501B45
Black with #501B45
Text Example
Text Example
White with #501B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B45; }
p { color: rgb(80,27,69); }
H1.HeaderClassName
{
color: #501B45;
}
.AnyTagClassName
{
color: #501B45;
}
</style>
background-color css
<style>
a { background-color: #501B45; }
a { background-color: rgb(80,27,69); }
div.DivClassName
{
background-color: #501B45;
}
.BgClassName
{
background-color: #501B45;
}
</style>
border-color css
<style>
span { border-color: #501B45; }
span { border-color: rgb(80,27,69); }
td.TdClassName
{
border-color: #501B45;
}
.TagClassName
{
border-color: #501B45;
}
</style>