#542F3A

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

Shades of Wine Berry #542F3A

Tints of Wine Berry #542F3A

Color information

#542F3A (or 0x542F3A) is unknown color: approx Wine Berry. HEX triplet: 54, 2F and 3A. RGB value is (84,47,58). Sum of RGB (Red+Green+Blue) = 84+47+58=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #542F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542F3A is #ABD0C5. Grayscale: #3B3B3B. Windows color (decimal): -11260102 or 3813204. OLE color: 3813204.

HSL color Cylindrical-coordinate representation of color #542F3A: hue angle of 342.16º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #542F3A is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB844758-
CMYK00.440.310.67
HSL342.16º28.24%25.69%-
HSV(B)342.16º44.05%32.94%-
XYZ5.444.224.53-
YUV59.32127.26145.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.44%
GREEN value IS 47 (18.75% from 255) = 24.87%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=44.44%
G=24.87%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84475800.440.310.67342.1628.2425.69
Hex542F3A02C1F431561c1a
Octal1245772054371035263432
Binary101010010111111101001011001111110000111010101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,47,58); }

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

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

 a { background-color: rgb(84,47,58); }

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

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

 span { border-color: rgb(84,47,58); }

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