#4C2544

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

Shades of Loulou #4C2544

Tints of Loulou #4C2544

Color information

#4C2544 (or 0x4C2544) is unknown color: approx Loulou. HEX triplet: 4C, 25 and 44. RGB value is (76,37,68). Sum of RGB (Red+Green+Blue) = 76+37+68=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2544 is #B3DABB. Grayscale: #343434. Windows color (decimal): -11786940 or 4465996. OLE color: 4465996.

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

Color convert

RGB763768-
CMYK00.510.110.70
HSL312.31º34.51%22.16%-
HSV(B)312.31º51.32%29.8%-
XYZ4.693.285.85-
YUV52.2136.92144.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.99%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 68 (26.95% from 255) = 37.57%
R=41.99%
G=20.44%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76376800.510.110.70312.3134.5122.16
Hex4C2544033B461382316
Octal11445104063131064704326
Binary1001100100101100010001100111011100011010011100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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