Shades of Loulou #501C4C
Tints of Loulou #501C4C
RGB
CMYK
RGB Variations
Color information
#501C4C (or 0x501C4C) is known color: Loulou. HEX triplet: 50, 1C and 4C. RGB value is (80,28,76). Sum of RGB (Red+Green+Blue) = 80+28+76=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #501C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C4C is #AFE3B3. Grayscale: #303030. Windows color (decimal): -11527092 or 4987984. OLE color: 4987984.
HSL color Cylindrical-coordinate representation of color #501C4C: hue angle of 304.62º 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 #501C4C is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 76 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.69 |
| HSL | 304.62º | 0.48% | 0.21% | - |
| HSV(B) | 304.62º | 0.65% | 0.31% | - |
| XYZ | 5.03 | 3.06 | 7.16 | - |
| YUV | 49.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 76 | 0 | 0.65 | 0.05 | 0.69 | 304.62 | 0.48 | 0.21 |
| Hex | 50 | 1C | 4C | 0 | 41 | 5 | 45 | 131 | 30 | 15 |
| Octal | 120 | 34 | 114 | 0 | 101 | 5 | 105 | 461 | 60 | 25 |
| Binary | 1010000 | 11100 | 1001100 | 0 | 1000001 | 101 | 1000101 | 100110001 | 110000 | 10101 |
Color Harmonies of #501C4C
Complementary color
Monochromatic Colors of #501C4C
Black with #501C4C
Text Example
Text Example
White with #501C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C4C; }
p { color: rgb(80,28,76); }
H1.HeaderClassName
{
color: #501C4C;
}
.AnyTagClassName
{
color: #501C4C;
}
</style>
background-color css
<style>
a { background-color: #501C4C; }
a { background-color: rgb(80,28,76); }
div.DivClassName
{
background-color: #501C4C;
}
.BgClassName
{
background-color: #501C4C;
}
</style>
border-color css
<style>
span { border-color: #501C4C; }
span { border-color: rgb(80,28,76); }
td.TdClassName
{
border-color: #501C4C;
}
.TagClassName
{
border-color: #501C4C;
}
</style>