Shades of Loulou #501C49
Tints of Loulou #501C49
RGB
CMYK
RGB Variations
Color information
#501C49 (or 0x501C49) is known color: Loulou. HEX triplet: 50, 1C and 49. RGB value is (80,28,73). Sum of RGB (Red+Green+Blue) = 80+28+73=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #501C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C49 is #AFE3B6. Grayscale: #303030. Windows color (decimal): -11527095 or 4791376. OLE color: 4791376.
HSL color Cylindrical-coordinate representation of color #501C49: hue angle of 308.08º 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 #501C49 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 73 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.69 |
| HSL | 308.08º | 0.48% | 0.21% | - |
| HSV(B) | 308.08º | 0.65% | 0.31% | - |
| XYZ | 4.93 | 3.02 | 6.63 | - |
| YUV | 48.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 73 | 0 | 0.65 | 0.09 | 0.69 | 308.08 | 0.48 | 0.21 |
| Hex | 50 | 1C | 49 | 0 | 41 | 9 | 45 | 134 | 30 | 15 |
| Octal | 120 | 34 | 111 | 0 | 101 | 11 | 105 | 464 | 60 | 25 |
| Binary | 1010000 | 11100 | 1001001 | 0 | 1000001 | 1001 | 1000101 | 100110100 | 110000 | 10101 |
Color Harmonies of #501C49
Complementary color
Monochromatic Colors of #501C49
Black with #501C49
Text Example
Text Example
White with #501C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C49; }
p { color: rgb(80,28,73); }
H1.HeaderClassName
{
color: #501C49;
}
.AnyTagClassName
{
color: #501C49;
}
</style>
background-color css
<style>
a { background-color: #501C49; }
a { background-color: rgb(80,28,73); }
div.DivClassName
{
background-color: #501C49;
}
.BgClassName
{
background-color: #501C49;
}
</style>
border-color css
<style>
span { border-color: #501C49; }
span { border-color: rgb(80,28,73); }
td.TdClassName
{
border-color: #501C49;
}
.TagClassName
{
border-color: #501C49;
}
</style>