#4F2F35

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

Shades of Wine Berry #4F2F35

Tints of Wine Berry #4F2F35

Color information

#4F2F35 (or 0x4F2F35) is unknown color: approx Wine Berry. HEX triplet: 4F, 2F and 35. RGB value is (79,47,53). Sum of RGB (Red+Green+Blue) = 79+47+53=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2F35 is #B0D0CA. Grayscale: #393939. Windows color (decimal): -11587787 or 3485519. OLE color: 3485519.

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

Color convert

RGB794753-
CMYK00.410.330.69
HSL348.75º25.4%24.71%-
HSV(B)348.75º40.51%30.98%-
XYZ4.883.953.87-
YUV57.25125.6143.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.13%
GREEN value IS 47 (18.75% from 255) = 26.26%
BLUE value IS 53 (21.09% from 255) = 29.61%
R=44.13%
G=26.26%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79475300.410.330.69348.7525.424.71
Hex4F2F35029214515d1919
Octal1175765051411055353131
Binary1001111101111110101010100110000110001011010111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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