#54343D

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

Shades of Wine Berry #54343D

Tints of Wine Berry #54343D

Color information

#54343D (or 0x54343D) is unknown color: approx Wine Berry. HEX triplet: 54, 34 and 3D. RGB value is (84,52,61). Sum of RGB (Red+Green+Blue) = 84+52+61=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #54343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54343D is #ABCBC2. Grayscale: #3E3E3E. Windows color (decimal): -11258819 or 4011092. OLE color: 4011092.

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

Color convert

RGB845261-
CMYK00.380.270.67
HSL343.12º23.53%26.67%-
HSV(B)343.12º38.1%32.94%-
XYZ5.734.685.02-
YUV62.59127.1143.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 61 (24.22% from 255) = 30.96%
R=42.64%
G=26.40%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84526100.380.270.67343.1223.5326.67
Hex54343D0261B43157181b
Octal1246475046331035273033
Binary101010011010011110101001101101110000111010101111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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