Shades of Loulou #4E2341
Tints of Loulou #4E2341
RGB
CMYK
RGB Variations
Color information
#4E2341 (or 0x4E2341) is known color: Loulou. HEX triplet: 4E, 23 and 41. RGB value is (78,35,65). Sum of RGB (Red+Green+Blue) = 78+35+65=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2341 is #B1DCBE. Grayscale: #333333. Windows color (decimal): -11656383 or 4268878. OLE color: 4268878.
HSL color Cylindrical-coordinate representation of color #4E2341: hue angle of 318.14º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E2341 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 35 | 65 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.69 |
| HSL | 318.14º | 0.38% | 0.22% | - |
| HSV(B) | 318.14º | 0.55% | 0.31% | - |
| XYZ | 4.7 | 3.2 | 5.37 | - |
| YUV | 51.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 65 | 0 | 0.55 | 0.17 | 0.69 | 318.14 | 0.38 | 0.22 |
| Hex | 4E | 23 | 41 | 0 | 37 | 11 | 45 | 13E | 26 | 16 |
| Octal | 116 | 43 | 101 | 0 | 67 | 21 | 105 | 476 | 46 | 26 |
| Binary | 1001110 | 100011 | 1000001 | 0 | 110111 | 10001 | 1000101 | 100111110 | 100110 | 10110 |
Color Harmonies of #4E2341
Complementary color
Monochromatic Colors of #4E2341
Black with #4E2341
Text Example
Text Example
White with #4E2341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2341; }
p { color: rgb(78,35,65); }
H1.HeaderClassName
{
color: #4E2341;
}
.AnyTagClassName
{
color: #4E2341;
}
</style>
background-color css
<style>
a { background-color: #4E2341; }
a { background-color: rgb(78,35,65); }
div.DivClassName
{
background-color: #4E2341;
}
.BgClassName
{
background-color: #4E2341;
}
</style>
border-color css
<style>
span { border-color: #4E2341; }
span { border-color: rgb(78,35,65); }
td.TdClassName
{
border-color: #4E2341;
}
.TagClassName
{
border-color: #4E2341;
}
</style>