#4D2544

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

Shades of Loulou #4D2544

Tints of Loulou #4D2544

Color information

#4D2544 (or 0x4D2544) is unknown color: approx Loulou. HEX triplet: 4D, 25 and 44. RGB value is (77,37,68). Sum of RGB (Red+Green+Blue) = 77+37+68=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2544 is #B2DABB. Grayscale: #343434. Windows color (decimal): -11721404 or 4465997. OLE color: 4465997.

HSL color Cylindrical-coordinate representation of color #4D2544: hue angle of 313.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D2544 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB773768-
CMYK00.520.120.70
HSL313.5º35.09%22.35%-
HSV(B)313.5º51.95%30.2%-
XYZ4.773.325.86-
YUV52.49136.75145.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.31%
GREEN value IS 37 (14.84% from 255) = 20.33%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=42.31%
G=20.33%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77376800.520.120.70313.535.0922.35
Hex4D2544034C4613a2316
Octal11545104064141064724326
Binary1001101100101100010001101001100100011010011101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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