#4F343A

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

Shades of Wine Berry #4F343A

Tints of Wine Berry #4F343A

Color information

#4F343A (or 0x4F343A) is unknown color: approx Wine Berry. HEX triplet: 4F, 34 and 3A. RGB value is (79,52,58). Sum of RGB (Red+Green+Blue) = 79+52+58=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 79 - color contains mainly: red. Hex color #4F343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F343A is #B0CBC5. Grayscale: #3C3C3C. Windows color (decimal): -11586502 or 3814479. OLE color: 3814479.

HSL color Cylindrical-coordinate representation of color #4F343A: hue angle of 346.67º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F343A is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB795258-
CMYK00.340.270.69
HSL346.67º20.61%25.69%-
HSV(B)346.67º34.18%30.98%-
XYZ5.224.424.58-
YUV60.76126.45141.01-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.80%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=41.80%
G=27.51%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79525800.340.270.69346.6720.6125.69
Hex4F343A0221B4515b151a
Octal1176472042331055332532
Binary100111111010011101001000101101110001011010110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,52,58); }

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

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

 a { background-color: rgb(79,52,58); }

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

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

 span { border-color: rgb(79,52,58); }

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