#4D2445

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

Shades of Loulou #4D2445

Tints of Loulou #4D2445

Color information

#4D2445 (or 0x4D2445) is unknown color: approx Loulou. HEX triplet: 4D, 24 and 45. RGB value is (77,36,69). Sum of RGB (Red+Green+Blue) = 77+36+69=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2445 is #B2DBBA. Grayscale: #333333. Windows color (decimal): -11721659 or 4531277. OLE color: 4531277.

HSL color Cylindrical-coordinate representation of color #4D2445: hue angle of 311.71º 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 #4D2445 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB773669-
CMYK00.530.100.70
HSL311.71º36.28%22.16%-
HSV(B)311.71º53.25%30.2%-
XYZ4.773.276.01-
YUV52.02137.58145.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.31%
GREEN value IS 36 (14.45% from 255) = 19.78%
BLUE value IS 69 (27.34% from 255) = 37.91%
R=42.31%
G=19.78%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77366900.530.100.70311.7136.2822.16
Hex4D2445035A461382416
Octal11544105065121064704426
Binary1001101100100100010101101011010100011010011100010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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