#54393F

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

Shades of Wine Berry #54393F

Tints of Wine Berry #54393F

Color information

#54393F (or 0x54393F) is unknown color: approx Wine Berry. HEX triplet: 54, 39 and 3F. RGB value is (84,57,63). Sum of RGB (Red+Green+Blue) = 84+57+63=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 84 - color contains mainly: red. Hex color #54393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54393F is #ABC6C0. Grayscale: #414141. Windows color (decimal): -11257537 or 4143444. OLE color: 4143444.

HSL color Cylindrical-coordinate representation of color #54393F: hue angle of 346.67º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54393F is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB845763-
CMYK00.320.250.67
HSL346.67º19.15%27.65%-
HSV(B)346.67º32.14%32.94%-
XYZ6.025.175.38-
YUV65.76126.45141.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.18%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 63 (25% from 255) = 30.88%
R=41.18%
G=27.94%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84576300.320.250.67346.6719.1527.65
Hex54393F020194315b131c
Octal1247177040311035332334
Binary101010011100111111101000001100110000111010110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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