#542D37

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

Shades of Wine Berry #542D37

Tints of Wine Berry #542D37

Color information

#542D37 (or 0x542D37) is unknown color: approx Wine Berry. HEX triplet: 54, 2D and 37. RGB value is (84,45,55). Sum of RGB (Red+Green+Blue) = 84+45+55=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #542D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D37 is #ABD2C8. Grayscale: #393939. Windows color (decimal): -11260617 or 3616084. OLE color: 3616084.

HSL color Cylindrical-coordinate representation of color #542D37: hue angle of 344.62º 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 #542D37 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB844555-
CMYK00.460.350.67
HSL344.62º30.23%25.29%-
HSV(B)344.62º46.43%32.94%-
XYZ5.284.044.12-
YUV57.8126.42146.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.65%
GREEN value IS 45 (17.97% from 255) = 24.46%
BLUE value IS 55 (21.88% from 255) = 29.89%
R=45.65%
G=24.46%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84455500.460.350.67344.6230.2325.29
Hex542D3702E23431591e19
Octal1245567056431035313631
Binary1010100101101110111010111010001110000111010110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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