Shades of Loulou #503846
Tints of Loulou #503846
RGB
CMYK
RGB Variations
Color information
#503846 (or 0x503846) is known color: Loulou. HEX triplet: 50, 38 and 46. RGB value is (80,56,70). Sum of RGB (Red+Green+Blue) = 80+56+70=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #503846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503846 is #AFC7B9. Grayscale: #404040. Windows color (decimal): -11519930 or 4601936. OLE color: 4601936.
HSL color Cylindrical-coordinate representation of color #503846: hue angle of 325º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #503846 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 56 | 70 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.69 |
| HSL | 325º | 0.18% | 0.27% | - |
| HSV(B) | 325º | 0.3% | 0.31% | - |
| XYZ | 5.83 | 4.98 | 6.45 | - |
| YUV | 64.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 70 | 0 | 0.30 | 0.12 | 0.69 | 325 | 0.18 | 0.27 |
| Hex | 50 | 38 | 46 | 0 | 1E | C | 45 | 145 | 12 | 1B |
| Octal | 120 | 70 | 106 | 0 | 36 | 14 | 105 | 505 | 22 | 33 |
| Binary | 1010000 | 111000 | 1000110 | 0 | 11110 | 1100 | 1000101 | 101000101 | 10010 | 11011 |
Color Harmonies of #503846
Complementary color
Monochromatic Colors of #503846
Black with #503846
Text Example
Text Example
White with #503846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503846; }
p { color: rgb(80,56,70); }
H1.HeaderClassName
{
color: #503846;
}
.AnyTagClassName
{
color: #503846;
}
</style>
background-color css
<style>
a { background-color: #503846; }
a { background-color: rgb(80,56,70); }
div.DivClassName
{
background-color: #503846;
}
.BgClassName
{
background-color: #503846;
}
</style>
border-color css
<style>
span { border-color: #503846; }
span { border-color: rgb(80,56,70); }
td.TdClassName
{
border-color: #503846;
}
.TagClassName
{
border-color: #503846;
}
</style>