#55343B

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

Shades of Wine Berry #55343B

Tints of Wine Berry #55343B

Color information

#55343B (or 0x55343B) is unknown color: approx Wine Berry. HEX triplet: 55, 34 and 3B. RGB value is (85,52,59). Sum of RGB (Red+Green+Blue) = 85+52+59=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55343B is #AACBC4. Grayscale: #3E3E3E. Windows color (decimal): -11193285 or 3880021. OLE color: 3880021.

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

Color convert

RGB855259-
CMYK00.390.310.67
HSL347.27º24.09%26.86%-
HSV(B)347.27º38.82%33.33%-
XYZ5.764.74.74-
YUV62.66125.93143.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 59 (23.44% from 255) = 30.10%
R=43.37%
G=26.53%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85525900.390.310.67347.2724.0926.86
Hex55343B0271F4315b181b
Octal1256473047371035333033
Binary101010111010011101101001111111110000111010110111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55343B; }

 p { color: rgb(85,52,59); }

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

<style>
 a { background-color: #55343B; }

 a { background-color: rgb(85,52,59); }

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

<style>
 span { border-color: #55343B; }

 span { border-color: rgb(85,52,59); }

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