#4D2444

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

Shades of Loulou #4D2444

Tints of Loulou #4D2444

Color information

#4D2444 (or 0x4D2444) is unknown color: approx Loulou. HEX triplet: 4D, 24 and 44. RGB value is (77,36,68). Sum of RGB (Red+Green+Blue) = 77+36+68=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2444 is #B2DBBB. Grayscale: #333333. Windows color (decimal): -11721660 or 4465741. OLE color: 4465741.

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

Color convert

RGB773668-
CMYK00.530.120.70
HSL313.17º36.28%22.16%-
HSV(B)313.17º53.25%30.2%-
XYZ4.733.265.85-
YUV51.91137.08145.9-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.54%
GREEN value IS 36 (14.45% from 255) = 19.89%
BLUE value IS 68 (26.95% from 255) = 37.57%
R=42.54%
G=19.89%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77366800.530.120.70313.1736.2822.16
Hex4D2444035C461392416
Octal11544104065141064714426
Binary1001101100100100010001101011100100011010011100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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