Shades of Loulou #4E3947
Tints of Loulou #4E3947
RGB
CMYK
RGB Variations
Color information
#4E3947 (or 0x4E3947) is known color: Loulou. HEX triplet: 4E, 39 and 47. RGB value is (78,57,71). Sum of RGB (Red+Green+Blue) = 78+57+71=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3947 is #B1C6B8. Grayscale: #404040. Windows color (decimal): -11650745 or 4667726. OLE color: 4667726.
HSL color Cylindrical-coordinate representation of color #4E3947: hue angle of 320º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E3947 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 57 | 71 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.69 |
| HSL | 320º | 0.16% | 0.26% | - |
| HSV(B) | 320º | 0.27% | 0.31% | - |
| XYZ | 5.74 | 5 | 6.62 | - |
| YUV | 64.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 57 | 71 | 0 | 0.27 | 0.09 | 0.69 | 320 | 0.16 | 0.26 |
| Hex | 4E | 39 | 47 | 0 | 1B | 9 | 45 | 140 | 10 | 1A |
| Octal | 116 | 71 | 107 | 0 | 33 | 11 | 105 | 500 | 20 | 32 |
| Binary | 1001110 | 111001 | 1000111 | 0 | 11011 | 1001 | 1000101 | 101000000 | 10000 | 11010 |
Color Harmonies of #4E3947
Complementary color
Monochromatic Colors of #4E3947
Black with #4E3947
Text Example
Text Example
White with #4E3947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3947; }
p { color: rgb(78,57,71); }
H1.HeaderClassName
{
color: #4E3947;
}
.AnyTagClassName
{
color: #4E3947;
}
</style>
background-color css
<style>
a { background-color: #4E3947; }
a { background-color: rgb(78,57,71); }
div.DivClassName
{
background-color: #4E3947;
}
.BgClassName
{
background-color: #4E3947;
}
</style>
border-color css
<style>
span { border-color: #4E3947; }
span { border-color: rgb(78,57,71); }
td.TdClassName
{
border-color: #4E3947;
}
.TagClassName
{
border-color: #4E3947;
}
</style>