#4B2A32

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

Shades of Wine Berry #4B2A32

Tints of Wine Berry #4B2A32

Color information

#4B2A32 (or 0x4B2A32) is unknown color: approx Wine Berry. HEX triplet: 4B, 2A and 32. RGB value is (75,42,50). Sum of RGB (Red+Green+Blue) = 75+42+50=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2A32 is #B4D5CD. Grayscale: #343434. Windows color (decimal): -11851214 or 3287627. OLE color: 3287627.

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

Color convert

RGB754250-
CMYK00.440.330.71
HSL345.45º28.21%22.94%-
HSV(B)345.45º44%29.41%-
XYZ4.313.383.44-
YUV52.78126.43143.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.91%
GREEN value IS 42 (16.80% from 255) = 25.15%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=44.91%
G=25.15%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75425000.440.330.71345.4528.2122.94
Hex4B2A3202C21471591c17
Octal1135262054411075313427
Binary1001011101010110010010110010000110001111010110011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,42,50); }

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

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

 a { background-color: rgb(75,42,50); }

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

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

 span { border-color: rgb(75,42,50); }

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