#4F2E34

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

Shades of Wine Berry #4F2E34

Tints of Wine Berry #4F2E34

Color information

#4F2E34 (or 0x4F2E34) is unknown color: approx Wine Berry. HEX triplet: 4F, 2E and 34. RGB value is (79,46,52). Sum of RGB (Red+Green+Blue) = 79+46+52=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2E34 is #B0D1CB. Grayscale: #383838. Windows color (decimal): -11588044 or 3419727. OLE color: 3419727.

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

Color convert

RGB794652-
CMYK00.420.340.69
HSL349.09º26.4%24.51%-
HSV(B)349.09º41.77%30.98%-
XYZ4.823.863.74-
YUV56.55125.43144.01-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.63%
GREEN value IS 46 (18.36% from 255) = 25.99%
BLUE value IS 52 (20.70% from 255) = 29.38%
R=44.63%
G=25.99%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79465200.420.340.69349.0926.424.51
Hex4F2E3402A224515d1a19
Octal1175664052421055353231
Binary1001111101110110100010101010001010001011010111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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