#4F2F39

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

Shades of Wine Berry #4F2F39

Tints of Wine Berry #4F2F39

Color information

#4F2F39 (or 0x4F2F39) is unknown color: approx Wine Berry. HEX triplet: 4F, 2F and 39. RGB value is (79,47,57). Sum of RGB (Red+Green+Blue) = 79+47+57=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2F39 is #B0D0C6. Grayscale: #393939. Windows color (decimal): -11587783 or 3747663. OLE color: 3747663.

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

Color convert

RGB794757-
CMYK00.410.280.69
HSL341.25º25.4%24.71%-
HSV(B)341.25º40.51%30.98%-
XYZ4.983.994.38-
YUV57.71127.6143.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.17%
GREEN value IS 47 (18.75% from 255) = 25.68%
BLUE value IS 57 (22.66% from 255) = 31.15%
R=43.17%
G=25.68%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79475700.410.280.69341.2525.424.71
Hex4F2F390291C451551919
Octal1175771051341055253131
Binary100111110111111100101010011110010001011010101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,47,57); }

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

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

 a { background-color: rgb(79,47,57); }

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

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

 span { border-color: rgb(79,47,57); }

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