#55323B

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

Shades of Wine Berry #55323B

Tints of Wine Berry #55323B

Color information

#55323B (or 0x55323B) is unknown color: approx Wine Berry. HEX triplet: 55, 32 and 3B. RGB value is (85,50,59). Sum of RGB (Red+Green+Blue) = 85+50+59=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #55323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55323B is #AACDC4. Grayscale: #3D3D3D. Windows color (decimal): -11193797 or 3879509. OLE color: 3879509.

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

Color convert

RGB855059-
CMYK00.410.310.67
HSL344.57º25.93%26.47%-
HSV(B)344.57º41.18%33.33%-
XYZ5.684.534.71-
YUV61.49126.6144.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=43.81%
G=25.77%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85505900.410.310.67344.5725.9326.47
Hex55323B0291F431591a1a
Octal1256273051371035313232
Binary101010111001011101101010011111110000111010110011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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