#4F2F38

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

Shades of Wine Berry #4F2F38

Tints of Wine Berry #4F2F38

Color information

#4F2F38 (or 0x4F2F38) is unknown color: approx Wine Berry. HEX triplet: 4F, 2F and 38. RGB value is (79,47,56). Sum of RGB (Red+Green+Blue) = 79+47+56=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2F38 is #B0D0C7. Grayscale: #393939. Windows color (decimal): -11587784 or 3682127. OLE color: 3682127.

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

Color convert

RGB794756-
CMYK00.410.290.69
HSL343.12º25.4%24.71%-
HSV(B)343.12º40.51%30.98%-
XYZ4.953.984.25-
YUV57.59127.1143.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.41%
GREEN value IS 47 (18.75% from 255) = 25.82%
BLUE value IS 56 (22.27% from 255) = 30.77%
R=43.41%
G=25.82%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79475600.410.290.69343.1225.424.71
Hex4F2F380291D451571919
Octal1175770051351055273131
Binary100111110111111100001010011110110001011010101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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