#4F2930

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

Shades of Wine Berry #4F2930

Tints of Wine Berry #4F2930

Color information

#4F2930 (or 0x4F2930) is unknown color: approx Wine Berry. HEX triplet: 4F, 29 and 30. RGB value is (79,41,48). Sum of RGB (Red+Green+Blue) = 79+41+48=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2930 is #B0D6CF. Grayscale: #353535. Windows color (decimal): -11589328 or 3156303. OLE color: 3156303.

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

Color convert

RGB794148-
CMYK00.480.390.69
HSL348.95º31.67%23.53%-
HSV(B)348.95º48.1%30.98%-
XYZ4.553.463.22-
YUV53.16125.09146.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.02%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=47.02%
G=24.40%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79414800.480.390.69348.9531.6723.53
Hex4F2930030274515d2018
Octal1175160060471055354030
Binary10011111010011100000110000100111100010110101110110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,41,48); }

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

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

 a { background-color: rgb(79,41,48); }

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

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

 span { border-color: rgb(79,41,48); }

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