#4F333A

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

Shades of Wine Berry #4F333A

Tints of Wine Berry #4F333A

Color information

#4F333A (or 0x4F333A) is unknown color: approx Wine Berry. HEX triplet: 4F, 33 and 3A. RGB value is (79,51,58). Sum of RGB (Red+Green+Blue) = 79+51+58=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 79 - color contains mainly: red. Hex color #4F333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F333A is #B0CCC5. Grayscale: #3C3C3C. Windows color (decimal): -11586758 or 3814223. OLE color: 3814223.

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

Color convert

RGB795158-
CMYK00.350.270.69
HSL345º21.54%25.49%-
HSV(B)345º35.44%30.98%-
XYZ5.174.344.57-
YUV60.17126.78141.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.02%
GREEN value IS 51 (20.31% from 255) = 27.13%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=42.02%
G=27.13%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79515800.350.270.6934521.5425.49
Hex4F333A0231B451591619
Octal1176372043331055312631
Binary100111111001111101001000111101110001011010110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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