Shades of Loulou #50114A
Tints of Loulou #50114A
RGB
CMYK
RGB Variations
Color information
#50114A (or 0x50114A) is known color: Loulou. HEX triplet: 50, 11 and 4A. RGB value is (80,17,74). Sum of RGB (Red+Green+Blue) = 80+17+74=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #50114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50114A is #AFEEB5. Grayscale: #2A2A2A. Windows color (decimal): -11529910 or 4854096. OLE color: 4854096.
HSL color Cylindrical-coordinate representation of color #50114A: hue angle of 305.71º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50114A is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 17 | 74 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.69 |
| HSL | 305.71º | 0.65% | 0.19% | - |
| HSV(B) | 305.71º | 0.79% | 0.31% | - |
| XYZ | 4.74 | 2.6 | 6.73 | - |
| YUV | 42.34 | 145.87 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 74 | 0 | 0.79 | 0.08 | 0.69 | 305.71 | 0.65 | 0.19 |
| Hex | 50 | 11 | 4A | 0 | 4F | 8 | 45 | 132 | 41 | 13 |
| Octal | 120 | 21 | 112 | 0 | 117 | 10 | 105 | 462 | 101 | 23 |
| Binary | 1010000 | 10001 | 1001010 | 0 | 1001111 | 1000 | 1000101 | 100110010 | 1000001 | 10011 |
Color Harmonies of #50114A
Complementary color
Monochromatic Colors of #50114A
Black with #50114A
Text Example
Text Example
White with #50114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50114A; }
p { color: rgb(80,17,74); }
H1.HeaderClassName
{
color: #50114A;
}
.AnyTagClassName
{
color: #50114A;
}
</style>
background-color css
<style>
a { background-color: #50114A; }
a { background-color: rgb(80,17,74); }
div.DivClassName
{
background-color: #50114A;
}
.BgClassName
{
background-color: #50114A;
}
</style>
border-color css
<style>
span { border-color: #50114A; }
span { border-color: rgb(80,17,74); }
td.TdClassName
{
border-color: #50114A;
}
.TagClassName
{
border-color: #50114A;
}
</style>