Shades of Loulou #502149
Tints of Loulou #502149
RGB
CMYK
RGB Variations
Color information
#502149 (or 0x502149) is known color: Loulou. HEX triplet: 50, 21 and 49. RGB value is (80,33,73). Sum of RGB (Red+Green+Blue) = 80+33+73=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #502149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502149 is #AFDEB6. Grayscale: #333333. Windows color (decimal): -11525815 or 4792656. OLE color: 4792656.
HSL color Cylindrical-coordinate representation of color #502149: hue angle of 308.94º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502149 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 33 | 73 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.69 |
| HSL | 308.94º | 0.42% | 0.22% | - |
| HSV(B) | 308.94º | 0.59% | 0.31% | - |
| XYZ | 5.05 | 3.27 | 6.67 | - |
| YUV | 51.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 73 | 0 | 0.59 | 0.09 | 0.69 | 308.94 | 0.42 | 0.22 |
| Hex | 50 | 21 | 49 | 0 | 3B | 9 | 45 | 135 | 2A | 16 |
| Octal | 120 | 41 | 111 | 0 | 73 | 11 | 105 | 465 | 52 | 26 |
| Binary | 1010000 | 100001 | 1001001 | 0 | 111011 | 1001 | 1000101 | 100110101 | 101010 | 10110 |
Color Harmonies of #502149
Complementary color
Monochromatic Colors of #502149
Black with #502149
Text Example
Text Example
White with #502149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502149; }
p { color: rgb(80,33,73); }
H1.HeaderClassName
{
color: #502149;
}
.AnyTagClassName
{
color: #502149;
}
</style>
background-color css
<style>
a { background-color: #502149; }
a { background-color: rgb(80,33,73); }
div.DivClassName
{
background-color: #502149;
}
.BgClassName
{
background-color: #502149;
}
</style>
border-color css
<style>
span { border-color: #502149; }
span { border-color: rgb(80,33,73); }
td.TdClassName
{
border-color: #502149;
}
.TagClassName
{
border-color: #502149;
}
</style>