#4B3339

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

Shades of Wine Berry #4B3339

Tints of Wine Berry #4B3339

Color information

#4B3339 (or 0x4B3339) is unknown color: approx Wine Berry. HEX triplet: 4B, 33 and 39. RGB value is (75,51,57). Sum of RGB (Red+Green+Blue) = 75+51+57=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3339 is #B4CCC6. Grayscale: #3A3A3A. Windows color (decimal): -11848903 or 3748683. OLE color: 3748683.

HSL color Cylindrical-coordinate representation of color #4B3339: hue angle of 345º 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 #4B3339 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB755157-
CMYK00.320.240.71
HSL345º19.05%24.71%-
HSV(B)345º32%29.41%-
XYZ4.824.164.42-
YUV58.86126.95139.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.98%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 57 (22.66% from 255) = 31.15%
R=40.98%
G=27.87%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75515700.320.240.7134519.0524.71
Hex4B333902018471591319
Octal1136371040301075312331
Binary100101111001111100101000001100010001111010110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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