#54363F

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

Shades of Wine Berry #54363F

Tints of Wine Berry #54363F

Color information

#54363F (or 0x54363F) is unknown color: approx Wine Berry. HEX triplet: 54, 36 and 3F. RGB value is (84,54,63). Sum of RGB (Red+Green+Blue) = 84+54+63=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 84 - color contains mainly: red. Hex color #54363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54363F is #ABC9C0. Grayscale: #3F3F3F. Windows color (decimal): -11258305 or 4142676. OLE color: 4142676.

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

Color convert

RGB845463-
CMYK00.360.250.67
HSL342º21.74%27.06%-
HSV(B)342º35.71%32.94%-
XYZ5.874.885.34-
YUV64127.44142.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.79%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 63 (25% from 255) = 31.34%
R=41.79%
G=26.87%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84546300.360.250.6734221.7427.06
Hex54363F0241943156161b
Octal1246677044311035262633
Binary101010011011011111101001001100110000111010101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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