Shades of Loulou #501C44
Tints of Loulou #501C44
RGB
CMYK
RGB Variations
Color information
#501C44 (or 0x501C44) is known color: Loulou. HEX triplet: 50, 1C and 44. RGB value is (80,28,68). Sum of RGB (Red+Green+Blue) = 80+28+68=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #501C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C44 is #AFE3BB. Grayscale: #303030. Windows color (decimal): -11527100 or 4463696. OLE color: 4463696.
HSL color Cylindrical-coordinate representation of color #501C44: hue angle of 313.85º 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 #501C44 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 68 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.69 |
| HSL | 313.85º | 0.48% | 0.21% | - |
| HSV(B) | 313.85º | 0.65% | 0.31% | - |
| XYZ | 4.77 | 2.95 | 5.79 | - |
| YUV | 48.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 68 | 0 | 0.65 | 0.15 | 0.69 | 313.85 | 0.48 | 0.21 |
| Hex | 50 | 1C | 44 | 0 | 41 | F | 45 | 13A | 30 | 15 |
| Octal | 120 | 34 | 104 | 0 | 101 | 17 | 105 | 472 | 60 | 25 |
| Binary | 1010000 | 11100 | 1000100 | 0 | 1000001 | 1111 | 1000101 | 100111010 | 110000 | 10101 |
Color Harmonies of #501C44
Complementary color
Monochromatic Colors of #501C44
Black with #501C44
Text Example
Text Example
White with #501C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C44; }
p { color: rgb(80,28,68); }
H1.HeaderClassName
{
color: #501C44;
}
.AnyTagClassName
{
color: #501C44;
}
</style>
background-color css
<style>
a { background-color: #501C44; }
a { background-color: rgb(80,28,68); }
div.DivClassName
{
background-color: #501C44;
}
.BgClassName
{
background-color: #501C44;
}
</style>
border-color css
<style>
span { border-color: #501C44; }
span { border-color: rgb(80,28,68); }
td.TdClassName
{
border-color: #501C44;
}
.TagClassName
{
border-color: #501C44;
}
</style>