Shades of Loulou #502148
Tints of Loulou #502148
RGB
CMYK
RGB Variations
Color information
#502148 (or 0x502148) is known color: Loulou. HEX triplet: 50, 21 and 48. RGB value is (80,33,72). Sum of RGB (Red+Green+Blue) = 80+33+72=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #502148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502148 is #AFDEB7. Grayscale: #333333. Windows color (decimal): -11525816 or 4727120. OLE color: 4727120.
HSL color Cylindrical-coordinate representation of color #502148: hue angle of 310.21º 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 #502148 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 33 | 72 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.69 |
| HSL | 310.21º | 0.42% | 0.22% | - |
| HSV(B) | 310.21º | 0.59% | 0.31% | - |
| XYZ | 5.02 | 3.26 | 6.5 | - |
| YUV | 51.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 72 | 0 | 0.59 | 0.10 | 0.69 | 310.21 | 0.42 | 0.22 |
| Hex | 50 | 21 | 48 | 0 | 3B | A | 45 | 136 | 2A | 16 |
| Octal | 120 | 41 | 110 | 0 | 73 | 12 | 105 | 466 | 52 | 26 |
| Binary | 1010000 | 100001 | 1001000 | 0 | 111011 | 1010 | 1000101 | 100110110 | 101010 | 10110 |
Color Harmonies of #502148
Complementary color
Monochromatic Colors of #502148
Black with #502148
Text Example
Text Example
White with #502148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502148; }
p { color: rgb(80,33,72); }
H1.HeaderClassName
{
color: #502148;
}
.AnyTagClassName
{
color: #502148;
}
</style>
background-color css
<style>
a { background-color: #502148; }
a { background-color: rgb(80,33,72); }
div.DivClassName
{
background-color: #502148;
}
.BgClassName
{
background-color: #502148;
}
</style>
border-color css
<style>
span { border-color: #502148; }
span { border-color: rgb(80,33,72); }
td.TdClassName
{
border-color: #502148;
}
.TagClassName
{
border-color: #502148;
}
</style>