#55343C

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

Shades of Wine Berry #55343C

Tints of Wine Berry #55343C

Color information

#55343C (or 0x55343C) is unknown color: approx Wine Berry. HEX triplet: 55, 34 and 3C. RGB value is (85,52,60). Sum of RGB (Red+Green+Blue) = 85+52+60=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55343C is #AACBC3. Grayscale: #3E3E3E. Windows color (decimal): -11193284 or 3945557. OLE color: 3945557.

HSL color Cylindrical-coordinate representation of color #55343C: hue angle of 345.45º 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 #55343C is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB855260-
CMYK00.390.290.67
HSL345.45º24.09%26.86%-
HSV(B)345.45º38.82%33.33%-
XYZ5.794.714.88-
YUV62.78126.43143.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=43.15%
G=26.40%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85526000.390.290.67345.4524.0926.86
Hex55343C0271D43159181b
Octal1256474047351035313033
Binary101010111010011110001001111110110000111010110011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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