Shades of Loulou #4E3345
Tints of Loulou #4E3345
RGB
CMYK
RGB Variations
Color information
#4E3345 (or 0x4E3345) is known color: Loulou. HEX triplet: 4E, 33 and 45. RGB value is (78,51,69). Sum of RGB (Red+Green+Blue) = 78+51+69=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3345 is #B1CCBA. Grayscale: #3D3D3D. Windows color (decimal): -11652283 or 4535118. OLE color: 4535118.
HSL color Cylindrical-coordinate representation of color #4E3345: hue angle of 320º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E3345 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 51 | 69 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.69 |
| HSL | 320º | 0.21% | 0.25% | - |
| HSV(B) | 320º | 0.35% | 0.31% | - |
| XYZ | 5.4 | 4.42 | 6.2 | - |
| YUV | 61.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 69 | 0 | 0.35 | 0.12 | 0.69 | 320 | 0.21 | 0.25 |
| Hex | 4E | 33 | 45 | 0 | 23 | C | 45 | 140 | 15 | 19 |
| Octal | 116 | 63 | 105 | 0 | 43 | 14 | 105 | 500 | 25 | 31 |
| Binary | 1001110 | 110011 | 1000101 | 0 | 100011 | 1100 | 1000101 | 101000000 | 10101 | 11001 |
Color Harmonies of #4E3345
Complementary color
Monochromatic Colors of #4E3345
Black with #4E3345
Text Example
Text Example
White with #4E3345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3345; }
p { color: rgb(78,51,69); }
H1.HeaderClassName
{
color: #4E3345;
}
.AnyTagClassName
{
color: #4E3345;
}
</style>
background-color css
<style>
a { background-color: #4E3345; }
a { background-color: rgb(78,51,69); }
div.DivClassName
{
background-color: #4E3345;
}
.BgClassName
{
background-color: #4E3345;
}
</style>
border-color css
<style>
span { border-color: #4E3345; }
span { border-color: rgb(78,51,69); }
td.TdClassName
{
border-color: #4E3345;
}
.TagClassName
{
border-color: #4E3345;
}
</style>