#4F2931

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

Shades of Wine Berry #4F2931

Tints of Wine Berry #4F2931

Color information

#4F2931 (or 0x4F2931) is unknown color: approx Wine Berry. HEX triplet: 4F, 29 and 31. RGB value is (79,41,49). Sum of RGB (Red+Green+Blue) = 79+41+49=169 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.75% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2931 is #B0D6CE. Grayscale: #353535. Windows color (decimal): -11589327 or 3221839. OLE color: 3221839.

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

Color convert

RGB794149-
CMYK00.480.380.69
HSL347.37º31.67%23.53%-
HSV(B)347.37º48.1%30.98%-
XYZ4.573.473.33-
YUV53.27125.59146.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.75%
GREEN value IS 41 (16.41% from 255) = 24.26%
BLUE value IS 49 (19.53% from 255) = 28.99%
R=46.75%
G=24.26%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79414900.480.380.69347.3731.6723.53
Hex4F2931030264515b2018
Octal1175161060461055334030
Binary10011111010011100010110000100110100010110101101110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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