#54323D

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

Shades of Wine Berry #54323D

Tints of Wine Berry #54323D

Color information

#54323D (or 0x54323D) is unknown color: approx Wine Berry. HEX triplet: 54, 32 and 3D. RGB value is (84,50,61). Sum of RGB (Red+Green+Blue) = 84+50+61=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #54323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54323D is #ABCDC2. Grayscale: #3D3D3D. Windows color (decimal): -11259331 or 4010580. OLE color: 4010580.

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

Color convert

RGB845061-
CMYK00.400.270.67
HSL340.59º25.37%26.27%-
HSV(B)340.59º40.48%32.94%-
XYZ5.644.54.99-
YUV61.42127.76144.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 61 (24.22% from 255) = 31.28%
R=43.08%
G=25.64%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84506100.400.270.67340.5925.3726.27
Hex54323D0281B43155191a
Octal1246275050331035253132
Binary101010011001011110101010001101110000111010101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54323D; }

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

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

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

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

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

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

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

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