#4F2E36

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

Shades of Wine Berry #4F2E36

Tints of Wine Berry #4F2E36

Color information

#4F2E36 (or 0x4F2E36) is unknown color: approx Wine Berry. HEX triplet: 4F, 2E and 36. RGB value is (79,46,54). Sum of RGB (Red+Green+Blue) = 79+46+54=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2E36 is #B0D1C9. Grayscale: #383838. Windows color (decimal): -11588042 or 3550799. OLE color: 3550799.

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

Color convert

RGB794654-
CMYK00.420.320.69
HSL345.45º26.4%24.51%-
HSV(B)345.45º41.77%30.98%-
XYZ4.873.883.98-
YUV56.78126.43143.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.13%
GREEN value IS 46 (18.36% from 255) = 25.70%
BLUE value IS 54 (21.48% from 255) = 30.17%
R=44.13%
G=25.70%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79465400.420.320.69345.4526.424.51
Hex4F2E3602A20451591a19
Octal1175666052401055313231
Binary1001111101110110110010101010000010001011010110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,46,54); }

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

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

 a { background-color: rgb(79,46,54); }

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

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

 span { border-color: rgb(79,46,54); }

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