#4F2D38

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

Shades of Wine Berry #4F2D38

Tints of Wine Berry #4F2D38

Color information

#4F2D38 (or 0x4F2D38) is unknown color: approx Wine Berry. HEX triplet: 4F, 2D and 38. RGB value is (79,45,56). Sum of RGB (Red+Green+Blue) = 79+45+56=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2D38 is #B0D2C7. Grayscale: #383838. Windows color (decimal): -11588296 or 3681615. OLE color: 3681615.

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

Color convert

RGB794556-
CMYK00.430.290.69
HSL340.59º27.42%24.31%-
HSV(B)340.59º43.04%30.98%-
XYZ4.883.824.22-
YUV56.42127.76144.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.89%
GREEN value IS 45 (17.97% from 255) = 25%
BLUE value IS 56 (22.27% from 255) = 31.11%
R=43.89%
G=25%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79455600.430.290.69340.5927.4224.31
Hex4F2D3802B1D451551b18
Octal1175570053351055253330
Binary100111110110111100001010111110110001011010101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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