#4F3338

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

Shades of Wine Berry #4F3338

Tints of Wine Berry #4F3338

Color information

#4F3338 (or 0x4F3338) is unknown color: approx Wine Berry. HEX triplet: 4F, 33 and 38. RGB value is (79,51,56). Sum of RGB (Red+Green+Blue) = 79+51+56=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3338 is #B0CCC7. Grayscale: #3B3B3B. Windows color (decimal): -11586760 or 3683151. OLE color: 3683151.

HSL color Cylindrical-coordinate representation of color #4F3338: hue angle of 349.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F3338 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB795156-
CMYK00.350.290.69
HSL349.29º21.54%25.49%-
HSV(B)349.29º35.44%30.98%-
XYZ5.124.324.3-
YUV59.94125.78141.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.47%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=42.47%
G=27.42%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79515600.350.290.69349.2921.5425.49
Hex4F33380231D4515d1619
Octal1176370043351055352631
Binary100111111001111100001000111110110001011010111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,51,56); }

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

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

 a { background-color: rgb(79,51,56); }

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

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

 span { border-color: rgb(79,51,56); }

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