Shades of Loulou #503148
Tints of Loulou #503148
RGB
CMYK
RGB Variations
Color information
#503148 (or 0x503148) is known color: Loulou. HEX triplet: 50, 31 and 48. RGB value is (80,49,72). Sum of RGB (Red+Green+Blue) = 80+49+72=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #503148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503148 is #AFCEB7. Grayscale: #3C3C3C. Windows color (decimal): -11521720 or 4731216. OLE color: 4731216.
HSL color Cylindrical-coordinate representation of color #503148: hue angle of 315.48º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #503148 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 49 | 72 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.69 |
| HSL | 315.48º | 0.24% | 0.25% | - |
| HSV(B) | 315.48º | 0.39% | 0.31% | - |
| XYZ | 5.58 | 4.37 | 6.68 | - |
| YUV | 60.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 72 | 0 | 0.39 | 0.10 | 0.69 | 315.48 | 0.24 | 0.25 |
| Hex | 50 | 31 | 48 | 0 | 27 | A | 45 | 13B | 18 | 19 |
| Octal | 120 | 61 | 110 | 0 | 47 | 12 | 105 | 473 | 30 | 31 |
| Binary | 1010000 | 110001 | 1001000 | 0 | 100111 | 1010 | 1000101 | 100111011 | 11000 | 11001 |
Color Harmonies of #503148
Complementary color
Monochromatic Colors of #503148
Black with #503148
Text Example
Text Example
White with #503148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503148; }
p { color: rgb(80,49,72); }
H1.HeaderClassName
{
color: #503148;
}
.AnyTagClassName
{
color: #503148;
}
</style>
background-color css
<style>
a { background-color: #503148; }
a { background-color: rgb(80,49,72); }
div.DivClassName
{
background-color: #503148;
}
.BgClassName
{
background-color: #503148;
}
</style>
border-color css
<style>
span { border-color: #503148; }
span { border-color: rgb(80,49,72); }
td.TdClassName
{
border-color: #503148;
}
.TagClassName
{
border-color: #503148;
}
</style>