#55323E

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

Shades of Wine Berry #55323E

Tints of Wine Berry #55323E

Color information

#55323E (or 0x55323E) is unknown color: approx Wine Berry. HEX triplet: 55, 32 and 3E. RGB value is (85,50,62). Sum of RGB (Red+Green+Blue) = 85+50+62=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55323E is #AACDC1. Grayscale: #3D3D3D. Windows color (decimal): -11193794 or 4076117. OLE color: 4076117.

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

Color convert

RGB855062-
CMYK00.410.270.67
HSL339.43º25.93%26.47%-
HSV(B)339.43º41.18%33.33%-
XYZ5.764.565.13-
YUV61.83128.1144.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=43.15%
G=25.38%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85506200.410.270.67339.4325.9326.47
Hex55323E0291B431531a1a
Octal1256276051331035233232
Binary101010111001011111001010011101110000111010100111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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