#54383F

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

Shades of Wine Berry #54383F

Tints of Wine Berry #54383F

Color information

#54383F (or 0x54383F) is unknown color: approx Wine Berry. HEX triplet: 54, 38 and 3F. RGB value is (84,56,63). Sum of RGB (Red+Green+Blue) = 84+56+63=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 84 - color contains mainly: red. Hex color #54383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54383F is #ABC7C0. Grayscale: #414141. Windows color (decimal): -11257793 or 4143188. OLE color: 4143188.

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

Color convert

RGB845663-
CMYK00.330.250.67
HSL345º20%27.45%-
HSV(B)345º33.33%32.94%-
XYZ5.975.075.37-
YUV65.17126.78141.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.38%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 63 (25% from 255) = 31.03%
R=41.38%
G=27.59%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84566300.330.250.673452027.45
Hex54383F0211943159141b
Octal1247077041311035312433
Binary101010011100011111101000011100110000111010110011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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