#4F2B35

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

Shades of Wine Berry #4F2B35

Tints of Wine Berry #4F2B35

Color information

#4F2B35 (or 0x4F2B35) is unknown color: approx Wine Berry. HEX triplet: 4F, 2B and 35. RGB value is (79,43,53). Sum of RGB (Red+Green+Blue) = 79+43+53=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2B35 is #B0D4CA. Grayscale: #363636. Windows color (decimal): -11588811 or 3484495. OLE color: 3484495.

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

Color convert

RGB794353-
CMYK00.460.330.69
HSL343.33º29.51%23.92%-
HSV(B)343.33º45.57%30.98%-
XYZ4.733.653.82-
YUV54.9126.93145.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.14%
GREEN value IS 43 (17.19% from 255) = 24.57%
BLUE value IS 53 (21.09% from 255) = 30.29%
R=45.14%
G=24.57%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79435300.460.330.69343.3329.5123.92
Hex4F2B3502E21451571e18
Octal1175365056411055273630
Binary1001111101011110101010111010000110001011010101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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