Shades of Loulou #501248
Tints of Loulou #501248
RGB
CMYK
RGB Variations
Color information
#501248 (or 0x501248) is known color: Loulou. HEX triplet: 50, 12 and 48. RGB value is (80,18,72). Sum of RGB (Red+Green+Blue) = 80+18+72=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #501248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501248 is #AFEDB7. Grayscale: #2A2A2A. Windows color (decimal): -11529656 or 4723280. OLE color: 4723280.
HSL color Cylindrical-coordinate representation of color #501248: hue angle of 307.74º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501248 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 72 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.69 |
| HSL | 307.74º | 0.63% | 0.19% | - |
| HSV(B) | 307.74º | 0.78% | 0.31% | - |
| XYZ | 4.69 | 2.61 | 6.39 | - |
| YUV | 42.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 72 | 0 | 0.78 | 0.10 | 0.69 | 307.74 | 0.63 | 0.19 |
| Hex | 50 | 12 | 48 | 0 | 4E | A | 45 | 134 | 3F | 13 |
| Octal | 120 | 22 | 110 | 0 | 116 | 12 | 105 | 464 | 77 | 23 |
| Binary | 1010000 | 10010 | 1001000 | 0 | 1001110 | 1010 | 1000101 | 100110100 | 111111 | 10011 |
Color Harmonies of #501248
Complementary color
Monochromatic Colors of #501248
Black with #501248
Text Example
Text Example
White with #501248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501248; }
p { color: rgb(80,18,72); }
H1.HeaderClassName
{
color: #501248;
}
.AnyTagClassName
{
color: #501248;
}
</style>
background-color css
<style>
a { background-color: #501248; }
a { background-color: rgb(80,18,72); }
div.DivClassName
{
background-color: #501248;
}
.BgClassName
{
background-color: #501248;
}
</style>
border-color css
<style>
span { border-color: #501248; }
span { border-color: rgb(80,18,72); }
td.TdClassName
{
border-color: #501248;
}
.TagClassName
{
border-color: #501248;
}
</style>