#4B2F37

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

Shades of Wine Berry #4B2F37

Tints of Wine Berry #4B2F37

Color information

#4B2F37 (or 0x4B2F37) is unknown color: approx Wine Berry. HEX triplet: 4B, 2F and 37. RGB value is (75,47,55). Sum of RGB (Red+Green+Blue) = 75+47+55=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2F37 is #B4D0C8. Grayscale: #383838. Windows color (decimal): -11849929 or 3616587. OLE color: 3616587.

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

Color convert

RGB754755-
CMYK00.370.270.71
HSL342.86º22.95%23.92%-
HSV(B)342.86º37.33%29.41%-
XYZ4.613.84.11-
YUV56.28127.28141.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.37%
GREEN value IS 47 (18.75% from 255) = 26.55%
BLUE value IS 55 (21.88% from 255) = 31.07%
R=42.37%
G=26.55%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75475500.370.270.71342.8622.9523.92
Hex4B2F370251B471571718
Octal1135767045331075272730
Binary100101110111111011101001011101110001111010101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,47,55); }

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

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

 a { background-color: rgb(75,47,55); }

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

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

 span { border-color: rgb(75,47,55); }

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