Shades of Loulou #503A48
Tints of Loulou #503A48
RGB
CMYK
RGB Variations
Color information
#503A48 (or 0x503A48) is known color: Loulou. HEX triplet: 50, 3A and 48. RGB value is (80,58,72). Sum of RGB (Red+Green+Blue) = 80+58+72=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #503A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A48 is #AFC5B7. Grayscale: #424242. Windows color (decimal): -11519416 or 4733520. OLE color: 4733520.
HSL color Cylindrical-coordinate representation of color #503A48: hue angle of 321.82º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #503A48 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 72 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.69 |
| HSL | 321.82º | 0.16% | 0.27% | - |
| HSV(B) | 321.82º | 0.28% | 0.31% | - |
| XYZ | 5.99 | 5.2 | 6.82 | - |
| YUV | 66.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 72 | 0 | 0.28 | 0.10 | 0.69 | 321.82 | 0.16 | 0.27 |
| Hex | 50 | 3A | 48 | 0 | 1C | A | 45 | 142 | 10 | 1B |
| Octal | 120 | 72 | 110 | 0 | 34 | 12 | 105 | 502 | 20 | 33 |
| Binary | 1010000 | 111010 | 1001000 | 0 | 11100 | 1010 | 1000101 | 101000010 | 10000 | 11011 |
Color Harmonies of #503A48
Complementary color
Monochromatic Colors of #503A48
Black with #503A48
Text Example
Text Example
White with #503A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A48; }
p { color: rgb(80,58,72); }
H1.HeaderClassName
{
color: #503A48;
}
.AnyTagClassName
{
color: #503A48;
}
</style>
background-color css
<style>
a { background-color: #503A48; }
a { background-color: rgb(80,58,72); }
div.DivClassName
{
background-color: #503A48;
}
.BgClassName
{
background-color: #503A48;
}
</style>
border-color css
<style>
span { border-color: #503A48; }
span { border-color: rgb(80,58,72); }
td.TdClassName
{
border-color: #503A48;
}
.TagClassName
{
border-color: #503A48;
}
</style>