#54363E

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

Shades of Wine Berry #54363E

Tints of Wine Berry #54363E

Color information

#54363E (or 0x54363E) is unknown color: approx Wine Berry. HEX triplet: 54, 36 and 3E. RGB value is (84,54,62). Sum of RGB (Red+Green+Blue) = 84+54+62=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #54363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54363E is #ABC9C1. Grayscale: #3F3F3F. Windows color (decimal): -11258306 or 4077140. OLE color: 4077140.

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

Color convert

RGB845462-
CMYK00.360.260.67
HSL344º21.74%27.06%-
HSV(B)344º35.71%32.94%-
XYZ5.844.875.19-
YUV63.88126.94142.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 62 (24.61% from 255) = 31%
R=42%
G=27%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84546200.360.260.6734421.7427.06
Hex54363E0241A43158161b
Octal1246676044321035302633
Binary101010011011011111001001001101010000111010110001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54363E; }

 p { color: rgb(84,54,62); }

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

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

 a { background-color: rgb(84,54,62); }

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

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

 span { border-color: rgb(84,54,62); }

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