Shades of Loulou #501C41
Tints of Loulou #501C41
RGB
CMYK
RGB Variations
Color information
#501C41 (or 0x501C41) is known color: Loulou. HEX triplet: 50, 1C and 41. RGB value is (80,28,65). Sum of RGB (Red+Green+Blue) = 80+28+65=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #501C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C41 is #AFE3BE. Grayscale: #2F2F2F. Windows color (decimal): -11527103 or 4267088. OLE color: 4267088.
HSL color Cylindrical-coordinate representation of color #501C41: hue angle of 317.31º 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 #501C41 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 65 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.69 |
| HSL | 317.31º | 0.48% | 0.21% | - |
| HSV(B) | 317.31º | 0.65% | 0.31% | - |
| XYZ | 4.68 | 2.92 | 5.32 | - |
| YUV | 47.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 65 | 0 | 0.65 | 0.19 | 0.69 | 317.31 | 0.48 | 0.21 |
| Hex | 50 | 1C | 41 | 0 | 41 | 13 | 45 | 13D | 30 | 15 |
| Octal | 120 | 34 | 101 | 0 | 101 | 23 | 105 | 475 | 60 | 25 |
| Binary | 1010000 | 11100 | 1000001 | 0 | 1000001 | 10011 | 1000101 | 100111101 | 110000 | 10101 |
Color Harmonies of #501C41
Complementary color
Monochromatic Colors of #501C41
Black with #501C41
Text Example
Text Example
White with #501C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C41; }
p { color: rgb(80,28,65); }
H1.HeaderClassName
{
color: #501C41;
}
.AnyTagClassName
{
color: #501C41;
}
</style>
background-color css
<style>
a { background-color: #501C41; }
a { background-color: rgb(80,28,65); }
div.DivClassName
{
background-color: #501C41;
}
.BgClassName
{
background-color: #501C41;
}
</style>
border-color css
<style>
span { border-color: #501C41; }
span { border-color: rgb(80,28,65); }
td.TdClassName
{
border-color: #501C41;
}
.TagClassName
{
border-color: #501C41;
}
</style>