#4B3245

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

Shades of Loulou #4B3245

Tints of Loulou #4B3245

Color information

#4B3245 (or 0x4B3245) is unknown color: approx Loulou. HEX triplet: 4B, 32 and 45. RGB value is (75,50,69). Sum of RGB (Red+Green+Blue) = 75+50+69=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3245 is #B4CDBA. Grayscale: #3B3B3B. Windows color (decimal): -11849147 or 4534859. OLE color: 4534859.

HSL color Cylindrical-coordinate representation of color #4B3245: hue angle of 314.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B3245 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB755069-
CMYK00.330.080.71
HSL314.4º20%24.51%-
HSV(B)314.4º33.33%29.41%-
XYZ5.124.216.17-
YUV59.64133.28138.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.66%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=38.66%
G=25.77%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75506900.330.080.71314.42024.51
Hex4B324502184713a1419
Octal11362105041101074722431
Binary100101111001010001010100001100010001111001110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,50,69); }

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

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

 a { background-color: rgb(75,50,69); }

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

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

 span { border-color: rgb(75,50,69); }

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