#4F313A

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

Shades of Wine Berry #4F313A

Tints of Wine Berry #4F313A

Color information

#4F313A (or 0x4F313A) is unknown color: approx Wine Berry. HEX triplet: 4F, 31 and 3A. RGB value is (79,49,58). Sum of RGB (Red+Green+Blue) = 79+49+58=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 79 - color contains mainly: red. Hex color #4F313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F313A is #B0CEC5. Grayscale: #3A3A3A. Windows color (decimal): -11587270 or 3813711. OLE color: 3813711.

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

Color convert

RGB794958-
CMYK00.380.270.69
HSL342º23.44%25.1%-
HSV(B)342º37.97%30.98%-
XYZ5.094.164.54-
YUV59127.44142.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.47%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=42.47%
G=26.34%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79495800.380.270.6934223.4425.1
Hex4F313A0261B451561719
Octal1176172046331055262731
Binary100111111000111101001001101101110001011010101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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