#4D3343

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

Shades of Loulou #4D3343

Tints of Loulou #4D3343

Color information

#4D3343 (or 0x4D3343) is unknown color: approx Loulou. HEX triplet: 4D, 33 and 43. RGB value is (77,51,67). Sum of RGB (Red+Green+Blue) = 77+51+67=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3343 is #B2CCBC. Grayscale: #3C3C3C. Windows color (decimal): -11717821 or 4404045. OLE color: 4404045.

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

Color convert

RGB775167-
CMYK00.340.130.70
HSL323.08º20.31%25.1%-
HSV(B)323.08º33.77%30.2%-
XYZ5.264.355.87-
YUV60.6131.61139.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.49%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 67 (26.56% from 255) = 34.36%
R=39.49%
G=26.15%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77516700.340.130.70323.0820.3125.1
Hex4D3343022D461431419
Octal11563103042151065032431
Binary100110111001110000110100010110110001101010000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,51,67); }

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

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

 a { background-color: rgb(77,51,67); }

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

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

 span { border-color: rgb(77,51,67); }

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