#4E2544

Color #4E2544 Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #4E2544

Tints of Loulou #4E2544

Color information

#4E2544 (or 0x4E2544) is unknown color: approx Loulou. HEX triplet: 4E, 25 and 44. RGB value is (78,37,68). Sum of RGB (Red+Green+Blue) = 78+37+68=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2544 is #B1DABB. Grayscale: #343434. Windows color (decimal): -11655868 or 4465998. OLE color: 4465998.

HSL color Cylindrical-coordinate representation of color #4E2544: hue angle of 314.63º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E2544 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB783768-
CMYK00.530.130.69
HSL314.63º35.65%22.55%-
HSV(B)314.63º52.56%30.59%-
XYZ4.853.365.86-
YUV52.79136.58145.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 42.62%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 68 (26.95% from 255) = 37.16%
R=42.62%
G=20.22%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78376800.530.130.69314.6335.6522.55
Hex4E2544035D4513b2417
Octal11645104065151054734427
Binary1001110100101100010001101011101100010110011101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E2544; }

 p { color: rgb(78,37,68); }

 H1.HeaderClassName
 {
   color: #4E2544;
 }
 .AnyTagClassName
 {
   color: #4E2544;
 }
</style>
background-color css

<style>
 a { background-color: #4E2544; }

 a { background-color: rgb(78,37,68); }

 div.DivClassName
 {
   background-color: #4E2544;
 }
 .BgClassName
 {
   background-color: #4E2544;
 }
</style>
border-color css

<style>
 span { border-color: #4E2544; }

 span { border-color: rgb(78,37,68); }

 td.TdClassName
 {
   border-color: #4E2544;
 }
 .TagClassName
 {
   border-color: #4E2544;
 }
</style>