Shades of Loulou #503145
Tints of Loulou #503145
RGB
CMYK
RGB Variations
Color information
#503145 (or 0x503145) is known color: Loulou. HEX triplet: 50, 31 and 45. RGB value is (80,49,69). Sum of RGB (Red+Green+Blue) = 80+49+69=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #503145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503145 is #AFCEBA. Grayscale: #3C3C3C. Windows color (decimal): -11521723 or 4534608. OLE color: 4534608.
HSL color Cylindrical-coordinate representation of color #503145: hue angle of 321.29º 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 #503145 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 49 | 69 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.69 |
| HSL | 321.29º | 0.24% | 0.25% | - |
| HSV(B) | 321.29º | 0.39% | 0.31% | - |
| XYZ | 5.48 | 4.33 | 6.18 | - |
| YUV | 60.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 69 | 0 | 0.39 | 0.14 | 0.69 | 321.29 | 0.24 | 0.25 |
| Hex | 50 | 31 | 45 | 0 | 27 | E | 45 | 141 | 18 | 19 |
| Octal | 120 | 61 | 105 | 0 | 47 | 16 | 105 | 501 | 30 | 31 |
| Binary | 1010000 | 110001 | 1000101 | 0 | 100111 | 1110 | 1000101 | 101000001 | 11000 | 11001 |
Color Harmonies of #503145
Complementary color
Monochromatic Colors of #503145
Black with #503145
Text Example
Text Example
White with #503145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503145; }
p { color: rgb(80,49,69); }
H1.HeaderClassName
{
color: #503145;
}
.AnyTagClassName
{
color: #503145;
}
</style>
background-color css
<style>
a { background-color: #503145; }
a { background-color: rgb(80,49,69); }
div.DivClassName
{
background-color: #503145;
}
.BgClassName
{
background-color: #503145;
}
</style>
border-color css
<style>
span { border-color: #503145; }
span { border-color: rgb(80,49,69); }
td.TdClassName
{
border-color: #503145;
}
.TagClassName
{
border-color: #503145;
}
</style>