Shades of Loulou #501C45
Tints of Loulou #501C45
RGB
CMYK
RGB Variations
Color information
#501C45 (or 0x501C45) is known color: Loulou. HEX triplet: 50, 1C and 45. RGB value is (80,28,69). Sum of RGB (Red+Green+Blue) = 80+28+69=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #501C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C45 is #AFE3BA. Grayscale: #303030. Windows color (decimal): -11527099 or 4529232. OLE color: 4529232.
HSL color Cylindrical-coordinate representation of color #501C45: hue angle of 312.69º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C45 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 69 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.69 |
| HSL | 312.69º | 0.48% | 0.21% | - |
| HSV(B) | 312.69º | 0.65% | 0.31% | - |
| XYZ | 4.8 | 2.97 | 5.95 | - |
| YUV | 48.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 69 | 0 | 0.65 | 0.14 | 0.69 | 312.69 | 0.48 | 0.21 |
| Hex | 50 | 1C | 45 | 0 | 41 | E | 45 | 139 | 30 | 15 |
| Octal | 120 | 34 | 105 | 0 | 101 | 16 | 105 | 471 | 60 | 25 |
| Binary | 1010000 | 11100 | 1000101 | 0 | 1000001 | 1110 | 1000101 | 100111001 | 110000 | 10101 |
Color Harmonies of #501C45
Complementary color
Monochromatic Colors of #501C45
Black with #501C45
Text Example
Text Example
White with #501C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C45; }
p { color: rgb(80,28,69); }
H1.HeaderClassName
{
color: #501C45;
}
.AnyTagClassName
{
color: #501C45;
}
</style>
background-color css
<style>
a { background-color: #501C45; }
a { background-color: rgb(80,28,69); }
div.DivClassName
{
background-color: #501C45;
}
.BgClassName
{
background-color: #501C45;
}
</style>
border-color css
<style>
span { border-color: #501C45; }
span { border-color: rgb(80,28,69); }
td.TdClassName
{
border-color: #501C45;
}
.TagClassName
{
border-color: #501C45;
}
</style>