#4F333C

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

Shades of Wine Berry #4F333C

Tints of Wine Berry #4F333C

Color information

#4F333C (or 0x4F333C) is unknown color: approx Wine Berry. HEX triplet: 4F, 33 and 3C. RGB value is (79,51,60). Sum of RGB (Red+Green+Blue) = 79+51+60=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 79 - color contains mainly: red. Hex color #4F333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F333C is #B0CCC3. Grayscale: #3C3C3C. Windows color (decimal): -11586756 or 3945295. OLE color: 3945295.

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

Color convert

RGB795160-
CMYK00.350.240.69
HSL340.71º21.54%25.49%-
HSV(B)340.71º35.44%30.98%-
XYZ5.224.364.84-
YUV60.4127.78141.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.58%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 60 (23.83% from 255) = 31.58%
R=41.58%
G=26.84%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79516000.350.240.69340.7121.5425.49
Hex4F333C02318451551619
Octal1176374043301055252631
Binary100111111001111110001000111100010001011010101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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