#4F313C

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

Shades of Wine Berry #4F313C

Tints of Wine Berry #4F313C

Color information

#4F313C (or 0x4F313C) is unknown color: approx Wine Berry. HEX triplet: 4F, 31 and 3C. RGB value is (79,49,60). Sum of RGB (Red+Green+Blue) = 79+49+60=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 79 - color contains mainly: red. Hex color #4F313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F313C is #B0CEC3. Grayscale: #3B3B3B. Windows color (decimal): -11587268 or 3944783. OLE color: 3944783.

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

Color convert

RGB794960-
CMYK00.380.240.69
HSL338º23.44%25.1%-
HSV(B)338º37.97%30.98%-
XYZ5.144.194.81-
YUV59.22128.44142.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.02%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=42.02%
G=26.06%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79496000.380.240.6933823.4425.1
Hex4F313C02618451521719
Octal1176174046301055222731
Binary100111111000111110001001101100010001011010100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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