#4B3345

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

Shades of Loulou #4B3345

Tints of Loulou #4B3345

Color information

#4B3345 (or 0x4B3345) is unknown color: approx Loulou. HEX triplet: 4B, 33 and 45. RGB value is (75,51,69). Sum of RGB (Red+Green+Blue) = 75+51+69=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3345 is #B4CCBA. Grayscale: #3C3C3C. Windows color (decimal): -11848891 or 4535115. OLE color: 4535115.

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

Color convert

RGB755169-
CMYK00.320.080.71
HSL315º19.05%24.71%-
HSV(B)315º32%29.41%-
XYZ5.164.296.19-
YUV60.23132.95138.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.46%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 69 (27.34% from 255) = 35.38%
R=38.46%
G=26.15%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75516900.320.080.7131519.0524.71
Hex4B334502084713b1319
Octal11363105040101074732331
Binary100101111001110001010100000100010001111001110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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