#4D2642

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

Shades of Loulou #4D2642

Tints of Loulou #4D2642

Color information

#4D2642 (or 0x4D2642) is unknown color: approx Loulou. HEX triplet: 4D, 26 and 42. RGB value is (77,38,66). Sum of RGB (Red+Green+Blue) = 77+38+66=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2642 is #B2D9BD. Grayscale: #343434. Windows color (decimal): -11721150 or 4335181. OLE color: 4335181.

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

Color convert

RGB773866-
CMYK00.510.140.70
HSL316.92º33.91%22.55%-
HSV(B)316.92º50.65%30.2%-
XYZ4.743.365.55-
YUV52.85135.42145.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.54%
GREEN value IS 38 (15.23% from 255) = 20.99%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=42.54%
G=20.99%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77386600.510.140.70316.9233.9122.55
Hex4D2642033E4613d2217
Octal11546102063161064754227
Binary1001101100110100001001100111110100011010011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,38,66); }

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

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

 a { background-color: rgb(77,38,66); }

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

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

 span { border-color: rgb(77,38,66); }

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