#4F2C35

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

Shades of Wine Berry #4F2C35

Tints of Wine Berry #4F2C35

Color information

#4F2C35 (or 0x4F2C35) is unknown color: approx Wine Berry. HEX triplet: 4F, 2C and 35. RGB value is (79,44,53). Sum of RGB (Red+Green+Blue) = 79+44+53=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2C35 is #B0D3CA. Grayscale: #373737. Windows color (decimal): -11588555 or 3484751. OLE color: 3484751.

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

Color convert

RGB794453-
CMYK00.440.330.69
HSL344.57º28.46%24.12%-
HSV(B)344.57º44.3%30.98%-
XYZ4.773.723.84-
YUV55.49126.6144.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.89%
GREEN value IS 44 (17.58% from 255) = 25%
BLUE value IS 53 (21.09% from 255) = 30.11%
R=44.89%
G=25%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79445300.440.330.69344.5728.4624.12
Hex4F2C3502C21451591c18
Octal1175465054411055313430
Binary1001111101100110101010110010000110001011010110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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