#54323F

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

Shades of Wine Berry #54323F

Tints of Wine Berry #54323F

Color information

#54323F (or 0x54323F) is unknown color: approx Wine Berry. HEX triplet: 54, 32 and 3F. RGB value is (84,50,63). Sum of RGB (Red+Green+Blue) = 84+50+63=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #54323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54323F is #ABCDC0. Grayscale: #3D3D3D. Windows color (decimal): -11259329 or 4141652. OLE color: 4141652.

HSL color Cylindrical-coordinate representation of color #54323F: hue angle of 337.06º 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 #54323F is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB845063-
CMYK00.400.250.67
HSL337.06º25.37%26.27%-
HSV(B)337.06º40.48%32.94%-
XYZ5.694.525.28-
YUV61.65128.76143.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 63 (25% from 255) = 31.98%
R=42.64%
G=25.38%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84506300.400.250.67337.0625.3726.27
Hex54323F0281943151191a
Octal1246277050311035213132
Binary101010011001011111101010001100110000111010100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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