#542D32

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

Shades of Wine Berry #542D32

Tints of Wine Berry #542D32

Color information

#542D32 (or 0x542D32) is unknown color: approx Wine Berry. HEX triplet: 54, 2D and 32. RGB value is (84,45,50). Sum of RGB (Red+Green+Blue) = 84+45+50=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #542D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D32 is #ABD2CD. Grayscale: #393939. Windows color (decimal): -11260622 or 3288404. OLE color: 3288404.

HSL color Cylindrical-coordinate representation of color #542D32: hue angle of 352.31º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #542D32 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB844550-
CMYK00.460.400.67
HSL352.31º30.23%25.29%-
HSV(B)352.31º46.43%32.94%-
XYZ5.173.993.52-
YUV57.23123.92147.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.93%
GREEN value IS 45 (17.97% from 255) = 25.14%
BLUE value IS 50 (19.92% from 255) = 27.93%
R=46.93%
G=25.14%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84455000.460.400.67352.3130.2325.29
Hex542D3202E28431601e19
Octal1245562056501035403631
Binary1010100101101110010010111010100010000111011000001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542D32; }

 p { color: rgb(84,45,50); }

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

<style>
 a { background-color: #542D32; }

 a { background-color: rgb(84,45,50); }

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

<style>
 span { border-color: #542D32; }

 span { border-color: rgb(84,45,50); }

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