#54343A

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

Shades of Wine Berry #54343A

Tints of Wine Berry #54343A

Color information

#54343A (or 0x54343A) is unknown color: approx Wine Berry. HEX triplet: 54, 34 and 3A. RGB value is (84,52,58). Sum of RGB (Red+Green+Blue) = 84+52+58=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #54343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54343A is #ABCBC5. Grayscale: #3E3E3E. Windows color (decimal): -11258822 or 3814484. OLE color: 3814484.

HSL color Cylindrical-coordinate representation of color #54343A: hue angle of 348.75º 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 #54343A is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB845258-
CMYK00.380.310.67
HSL348.75º23.53%26.67%-
HSV(B)348.75º38.1%32.94%-
XYZ5.654.654.6-
YUV62.25125.6143.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 52 (20.70% from 255) = 26.80%
BLUE value IS 58 (23.05% from 255) = 29.90%
R=43.30%
G=26.80%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84525800.380.310.67348.7523.5326.67
Hex54343A0261F4315d181b
Octal1246472046371035353033
Binary101010011010011101001001101111110000111010111011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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