#4B3143

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

Shades of Loulou #4B3143

Tints of Loulou #4B3143

Color information

#4B3143 (or 0x4B3143) is unknown color: approx Loulou. HEX triplet: 4B, 31 and 43. RGB value is (75,49,67). Sum of RGB (Red+Green+Blue) = 75+49+67=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3143 is #B4CEBC. Grayscale: #3A3A3A. Windows color (decimal): -11849405 or 4403531. OLE color: 4403531.

HSL color Cylindrical-coordinate representation of color #4B3143: hue angle of 318.46º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B3143 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB754967-
CMYK00.350.110.71
HSL318.46º20.97%24.31%-
HSV(B)318.46º34.67%29.41%-
XYZ5.014.15.84-
YUV58.83132.61139.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.27%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 67 (26.56% from 255) = 35.08%
R=39.27%
G=25.65%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75496700.350.110.71318.4620.9724.31
Hex4B3143023B4713e1518
Octal11361103043131074762530
Binary100101111000110000110100011101110001111001111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,49,67); }

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

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

 a { background-color: rgb(75,49,67); }

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

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

 span { border-color: rgb(75,49,67); }

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