#543138

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

Shades of Wine Berry #543138

Tints of Wine Berry #543138

Color information

#543138 (or 0x543138) is unknown color: approx Wine Berry. HEX triplet: 54, 31 and 38. RGB value is (84,49,56). Sum of RGB (Red+Green+Blue) = 84+49+56=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #543138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543138 is #ABCEC7. Grayscale: #3C3C3C. Windows color (decimal): -11259592 or 3682644. OLE color: 3682644.

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

Color convert

RGB844956-
CMYK00.420.330.67
HSL348º26.32%26.08%-
HSV(B)348º41.67%32.94%-
XYZ5.474.374.3-
YUV60.26125.6144.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.44%
GREEN value IS 49 (19.53% from 255) = 25.93%
BLUE value IS 56 (22.27% from 255) = 29.63%
R=44.44%
G=25.93%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84495600.420.330.6734826.3226.08
Hex54313802A214315c1a1a
Octal1246170052411035343232
Binary1010100110001111000010101010000110000111010111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543138; }

 p { color: rgb(84,49,56); }

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

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

 a { background-color: rgb(84,49,56); }

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

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

 span { border-color: rgb(84,49,56); }

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