Shades of Loulou #4E3245
Tints of Loulou #4E3245
RGB
CMYK
RGB Variations
Color information
#4E3245 (or 0x4E3245) is known color: Loulou. HEX triplet: 4E, 32 and 45. RGB value is (78,50,69). Sum of RGB (Red+Green+Blue) = 78+50+69=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3245 is #B1CDBA. Grayscale: #3C3C3C. Windows color (decimal): -11652539 or 4534862. OLE color: 4534862.
HSL color Cylindrical-coordinate representation of color #4E3245: hue angle of 319.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E3245 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 50 | 69 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.69 |
| HSL | 319.29º | 0.22% | 0.25% | - |
| HSV(B) | 319.29º | 0.36% | 0.31% | - |
| XYZ | 5.36 | 4.33 | 6.18 | - |
| YUV | 60.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 69 | 0 | 0.36 | 0.12 | 0.69 | 319.29 | 0.22 | 0.25 |
| Hex | 4E | 32 | 45 | 0 | 24 | C | 45 | 13F | 16 | 19 |
| Octal | 116 | 62 | 105 | 0 | 44 | 14 | 105 | 477 | 26 | 31 |
| Binary | 1001110 | 110010 | 1000101 | 0 | 100100 | 1100 | 1000101 | 100111111 | 10110 | 11001 |
Color Harmonies of #4E3245
Complementary color
Monochromatic Colors of #4E3245
Black with #4E3245
Text Example
Text Example
White with #4E3245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3245; }
p { color: rgb(78,50,69); }
H1.HeaderClassName
{
color: #4E3245;
}
.AnyTagClassName
{
color: #4E3245;
}
</style>
background-color css
<style>
a { background-color: #4E3245; }
a { background-color: rgb(78,50,69); }
div.DivClassName
{
background-color: #4E3245;
}
.BgClassName
{
background-color: #4E3245;
}
</style>
border-color css
<style>
span { border-color: #4E3245; }
span { border-color: rgb(78,50,69); }
td.TdClassName
{
border-color: #4E3245;
}
.TagClassName
{
border-color: #4E3245;
}
</style>