#55343E

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

Shades of Wine Berry #55343E

Tints of Wine Berry #55343E

Color information

#55343E (or 0x55343E) is unknown color: approx Wine Berry. HEX triplet: 55, 34 and 3E. RGB value is (85,52,62). Sum of RGB (Red+Green+Blue) = 85+52+62=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55343E is #AACBC1. Grayscale: #3F3F3F. Windows color (decimal): -11193282 or 4076629. OLE color: 4076629.

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

Color convert

RGB855262-
CMYK00.390.270.67
HSL341.82º24.09%26.86%-
HSV(B)341.82º38.82%33.33%-
XYZ5.844.745.16-
YUV63.01127.43143.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 62 (24.61% from 255) = 31.16%
R=42.71%
G=26.13%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85526200.390.270.67341.8224.0926.86
Hex55343E0271B43156181b
Octal1256476047331035263033
Binary101010111010011111001001111101110000111010101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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