#54373D

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

Shades of Wine Berry #54373D

Tints of Wine Berry #54373D

Color information

#54373D (or 0x54373D) is unknown color: approx Wine Berry. HEX triplet: 54, 37 and 3D. RGB value is (84,55,61). Sum of RGB (Red+Green+Blue) = 84+55+61=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #54373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54373D is #ABC8C2. Grayscale: #404040. Windows color (decimal): -11258051 or 4011860. OLE color: 4011860.

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

Color convert

RGB845561-
CMYK00.350.270.67
HSL347.59º20.86%27.25%-
HSV(B)347.59º34.52%32.94%-
XYZ5.864.955.06-
YUV64.35126.11142.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42%
GREEN value IS 55 (21.88% from 255) = 27.5%
BLUE value IS 61 (24.22% from 255) = 30.5%
R=42%
G=27.5%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84556100.350.270.67347.5920.8627.25
Hex54373D0231B4315c151b
Octal1246775043331035342533
Binary101010011011111110101000111101110000111010111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54373D; }

 p { color: rgb(84,55,61); }

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

<style>
 a { background-color: #54373D; }

 a { background-color: rgb(84,55,61); }

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

<style>
 span { border-color: #54373D; }

 span { border-color: rgb(84,55,61); }

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