Shades of Loulou #503B48
Tints of Loulou #503B48
RGB
CMYK
RGB Variations
Color information
#503B48 (or 0x503B48) is known color: Loulou. HEX triplet: 50, 3B and 48. RGB value is (80,59,72). Sum of RGB (Red+Green+Blue) = 80+59+72=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #503B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B48 is #AFC4B7. Grayscale: #424242. Windows color (decimal): -11519160 or 4733776. OLE color: 4733776.
HSL color Cylindrical-coordinate representation of color #503B48: hue angle of 322.86º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #503B48 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 59 | 72 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.69 |
| HSL | 322.86º | 0.15% | 0.27% | - |
| HSV(B) | 322.86º | 0.26% | 0.31% | - |
| XYZ | 6.04 | 5.3 | 6.84 | - |
| YUV | 66.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 72 | 0 | 0.26 | 0.10 | 0.69 | 322.86 | 0.15 | 0.27 |
| Hex | 50 | 3B | 48 | 0 | 1A | A | 45 | 143 | F | 1B |
| Octal | 120 | 73 | 110 | 0 | 32 | 12 | 105 | 503 | 17 | 33 |
| Binary | 1010000 | 111011 | 1001000 | 0 | 11010 | 1010 | 1000101 | 101000011 | 1111 | 11011 |
Color Harmonies of #503B48
Complementary color
Monochromatic Colors of #503B48
Black with #503B48
Text Example
Text Example
White with #503B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B48; }
p { color: rgb(80,59,72); }
H1.HeaderClassName
{
color: #503B48;
}
.AnyTagClassName
{
color: #503B48;
}
</style>
background-color css
<style>
a { background-color: #503B48; }
a { background-color: rgb(80,59,72); }
div.DivClassName
{
background-color: #503B48;
}
.BgClassName
{
background-color: #503B48;
}
</style>
border-color css
<style>
span { border-color: #503B48; }
span { border-color: rgb(80,59,72); }
td.TdClassName
{
border-color: #503B48;
}
.TagClassName
{
border-color: #503B48;
}
</style>