Shades of Loulou #501A45
Tints of Loulou #501A45
RGB
CMYK
RGB Variations
Color information
#501A45 (or 0x501A45) is known color: Loulou. HEX triplet: 50, 1A and 45. RGB value is (80,26,69). Sum of RGB (Red+Green+Blue) = 80+26+69=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #501A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A45 is #AFE5BA. Grayscale: #2E2E2E. Windows color (decimal): -11527611 or 4528720. OLE color: 4528720.
HSL color Cylindrical-coordinate representation of color #501A45: hue angle of 312.22º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A45 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 69 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.69 |
| HSL | 312.22º | 0.51% | 0.21% | - |
| HSV(B) | 312.22º | 0.68% | 0.31% | - |
| XYZ | 4.75 | 2.87 | 5.93 | - |
| YUV | 47.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 69 | 0 | 0.67 | 0.14 | 0.69 | 312.22 | 0.51 | 0.21 |
| Hex | 50 | 1A | 45 | 0 | 43 | E | 45 | 138 | 33 | 15 |
| Octal | 120 | 32 | 105 | 0 | 103 | 16 | 105 | 470 | 63 | 25 |
| Binary | 1010000 | 11010 | 1000101 | 0 | 1000011 | 1110 | 1000101 | 100111000 | 110011 | 10101 |
Color Harmonies of #501A45
Complementary color
Monochromatic Colors of #501A45
Black with #501A45
Text Example
Text Example
White with #501A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A45; }
p { color: rgb(80,26,69); }
H1.HeaderClassName
{
color: #501A45;
}
.AnyTagClassName
{
color: #501A45;
}
</style>
background-color css
<style>
a { background-color: #501A45; }
a { background-color: rgb(80,26,69); }
div.DivClassName
{
background-color: #501A45;
}
.BgClassName
{
background-color: #501A45;
}
</style>
border-color css
<style>
span { border-color: #501A45; }
span { border-color: rgb(80,26,69); }
td.TdClassName
{
border-color: #501A45;
}
.TagClassName
{
border-color: #501A45;
}
</style>